mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
Merge branch 'feature/recurrenceLib' of https://github.com/ParticulateFlow/CFDEMcoupling into feature/recurrenceLib
This commit is contained in:
@ -54,7 +54,7 @@ recNorm::recNorm
|
||||
recProperties_(dict),
|
||||
verbose_(false)
|
||||
{
|
||||
|
||||
if (recProperties_.found("verbose")) verbose_=true;
|
||||
}
|
||||
|
||||
// * * * * * * * * * * * * * * * * Destructor * * * * * * * * * * * * * * * //
|
||||
|
||||
@ -56,7 +56,7 @@ recPath::recPath
|
||||
verbose_(false),
|
||||
virtualTimeIndexList_( base_.recM().virtualTimeIndexList() )
|
||||
{
|
||||
|
||||
if (recProperties_.found("verbose")) verbose_=true;
|
||||
}
|
||||
|
||||
// * * * * * * * * * * * * * * * * Destructor * * * * * * * * * * * * * * * //
|
||||
|
||||
Reference in New Issue
Block a user