mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
release on 2014-07-04_08-57-37
This commit is contained in:
@ -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"));
|
||||
|
||||
Reference in New Issue
Block a user