release on 2014-07-04_08-57-37

This commit is contained in:
goniva
2014-07-04 08:57:38 +02:00
parent 46601ef6be
commit 89fa69ab8d
47 changed files with 572 additions and 371 deletions

View File

@ -81,6 +81,11 @@ writeLiggghts::writeLiggghts
writeLast_=Switch(propsDict_.lookup("writeLast"));
}
if(propsDict_.found("writeName"))
{
propsDict_.lookup("writeName") >> writeName_;
}
if (!writeLast_ && propsDict_.found("overwrite"))
{
overwrite_=Switch(propsDict_.lookup("overwrite"));