We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40c0f2f commit a725aefCopy full SHA for a725aef
1 file changed
docs/manual.adoc
@@ -318,9 +318,14 @@ public void run ()
318
{
319
sc = new Scheduler();
320
321
- // create and activate any other simulation entities
+ /*
322
+ * create and activate any other simulation entities before
323
+ * moving on to the next step ...
324
+ */
325
- 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();
329
330
// print results
331
0 commit comments