Skip to content

Commit a725aef

Browse files
committed
Updated formatting and comments on example.
1 parent 40c0f2f commit a725aef

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

docs/manual.adoc

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -318,9 +318,14 @@ public void run ()
318318
{
319319
sc = new Scheduler();
320320
321-
// create and activate any other simulation entities
321+
/*
322+
* create and activate any other simulation entities before
323+
* moving on to the next step ...
324+
*/
322325
323-
sc.resume(); // we must create a scheduler for the simulation to run execute the simulation
326+
// we must create a scheduler for the simulation to run the simulation
327+
328+
sc.resume();
324329
325330
// print results
326331

0 commit comments

Comments
 (0)