changed back the handling of verbose flag

This commit is contained in:
Gerhard Holzinger
2018-09-24 10:20:30 +02:00
parent 5c21513b64
commit 2230f51421
13 changed files with 31 additions and 39 deletions

View File

@ -70,10 +70,7 @@ writeLiggghts::writeLiggghts
overwrite_(false)
{
// check if verbose
if (propsDict_.found("verbose"))
{
verbose_ = propsDict_.lookup("verbose");
}
verbose_ = propsDict_.found("verbose");
if (propsDict_.found("path"))
{