Skip to content

Commit b0649f3

Browse files
authored
Merge branch 'ComputationalRadiationPhysics:dev' into Fusion_interSpecies
2 parents 25f1789 + ed2545b commit b0649f3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

include/picongpu/simulation/control/Simulation.hpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,10 @@ namespace picongpu
481481
else
482482
this->restartStep = checkpoints.back();
483483
}
484+
}
484485

486+
if(this->restartRequested)
487+
{
485488
initialiserController->restart((uint32_t) this->restartStep, this->restartDirectory);
486489
step = this->restartStep;
487490
}

0 commit comments

Comments
 (0)