edited recSteps calculation

recSteps was calculated twice in the computeRecPath().
This commit is contained in:
asanaz
2018-02-27 16:01:44 +01:00
committed by GitHub
parent ca81a8f14f
commit e29e3732bc

View File

@ -186,7 +186,7 @@ void multiIntervalPath::computeRecPath()
if ((randJump > Pjump_ && !intervalBorder) || prevStepWasJump)
{
virtualTimeIndex++;
recSteps++;
//recSteps++;
prevStepWasJump = false;
}
else