Merge branch 'feature/recurrenceLib' of https://github.com/ParticulateFlow/CFDEMcoupling into feature/recurrenceLib

This commit is contained in:
Thomas Lichtenegger
2016-10-27 16:39:35 +02:00
2 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@ recNorm::recNorm
recProperties_(dict),
verbose_(false)
{
if (recProperties_.found("verbose")) verbose_=true;
}
// * * * * * * * * * * * * * * * * Destructor * * * * * * * * * * * * * * * //

View File

@ -56,7 +56,7 @@ recPath::recPath
verbose_(false),
virtualTimeIndexList_( base_.recM().virtualTimeIndexList() )
{
if (recProperties_.found("verbose")) verbose_=true;
}
// * * * * * * * * * * * * * * * * Destructor * * * * * * * * * * * * * * * //