apply some formatting changes [ci skip]

This commit is contained in:
danielque
2019-07-26 15:59:04 +02:00
parent de8c0c0e39
commit b462327d2d
11 changed files with 37 additions and 16 deletions

View File

@ -94,7 +94,7 @@ writeLiggghts::writeLiggghts
{
overwrite_ = Switch(propsDict_.lookup("overwrite"));
}
if (writeLast_)
{
runLast_ = true;
@ -103,7 +103,7 @@ writeLiggghts::writeLiggghts
{
//Warning << "Using invalid options of writeLiggghts, please use 'writeLast' option." << endl;
runEveryWriteStep_ = true;
}
}
command_ += " " + path_ + "/" + writeName_;