Skip to content
Snippets Groups Projects
Commit 407e64b6 authored by Mcneely, Justin (Capt)'s avatar Mcneely, Justin (Capt)
Browse files

Update ExampleSimulationProgramMcNeely.java

parent 3309c676
No related branches found
No related tags found
No related merge requests found
...@@ -86,7 +86,7 @@ public class ExampleSimulationProgramMcNeely ...@@ -86,7 +86,7 @@ public class ExampleSimulationProgramMcNeely
// make your reports: narrative code for CommentPdu here (set all to empty strings to avoid sending) // make your reports: narrative code for CommentPdu here (set all to empty strings to avoid sending)
narrativeMessage1 = "MV3500 ExampleSimulationProgram"; narrativeMessage1 = "MV3500 ExampleSimulationProgram";
narrativeMessage2 = "runSimulation() loop " + loopCount; narrativeMessage2 = "runSimulation() loop " + loopCount;
narrativeMessage3 = "Well... there it is."; // intentionally blank for testing narrativeMessage3 = "Well... there it is."; //In the great words of Jeff Goldblum
// your loop termination condition goes here // your loop termination condition goes here
if (loopCount > 4) // for example if (loopCount > 4) // for example
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment