release on 2014-04-15_09-22-01

This commit is contained in:
goniva
2014-04-15 09:22:02 +02:00
parent c3cff76891
commit 21934b329c
188 changed files with 1532 additions and 775 deletions

View File

@ -73,6 +73,9 @@ writeLiggghts::writeLiggghts
{
propsDict_=dictionary(dict.subDict(typeName + "Props"));
// check if verbose
if (propsDict_.found("verbose")) verbose_=true;
if(propsDict_.found("writeLast"))
{
writeLast_=Switch(propsDict_.lookup("writeLast"));