mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
changed back the handling of verbose flag
This commit is contained in:
@ -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"))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user