mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-06-12 16:26:23 +00:00
timers modefied
This commit is contained in:
@ -65,7 +65,6 @@ if(!cmds.parse(argc, argv)) return 0;
|
||||
|
||||
do
|
||||
{
|
||||
Control.timers().start();
|
||||
|
||||
if(! sphInsertion.insertParticles(
|
||||
Control.time().currentTime(),
|
||||
@ -94,8 +93,6 @@ if(!cmds.parse(argc, argv)) return 0;
|
||||
surfGeometry.afterIteration();
|
||||
|
||||
|
||||
Control.timers().end();
|
||||
|
||||
}while(Control++);
|
||||
|
||||
REPORT(0)<<"\nEnd of time loop.\n"<<endREPORT;
|
||||
|
Reference in New Issue
Block a user