mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-06-12 16:26:23 +00:00
timers modefied
This commit is contained in:
@ -25,8 +25,6 @@ bool pFlow::sphereDEMSystem::loop()
|
||||
|
||||
do
|
||||
{
|
||||
Control().timers().start();
|
||||
|
||||
//
|
||||
|
||||
if(! insertion_().insertParticles(
|
||||
@ -55,9 +53,6 @@ bool pFlow::sphereDEMSystem::loop()
|
||||
particles_->afterIteration();
|
||||
|
||||
geometry_->afterIteration();
|
||||
|
||||
|
||||
Control().timers().end();
|
||||
|
||||
}while(Control()++);
|
||||
|
||||
|
Reference in New Issue
Block a user