mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
edited recSteps calculation
recSteps was calculated twice in the computeRecPath().
This commit is contained in:
@ -186,7 +186,7 @@ void multiIntervalPath::computeRecPath()
|
||||
if ((randJump > Pjump_ && !intervalBorder) || prevStepWasJump)
|
||||
{
|
||||
virtualTimeIndex++;
|
||||
recSteps++;
|
||||
//recSteps++;
|
||||
prevStepWasJump = false;
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user