Skip to content
Snippets Groups Projects
Commit e1355dea authored by Brutzman, Don's avatar Brutzman, Don
Browse files

whitespace

parent d6913c25
No related branches found
No related tags found
No related merge requests found
......@@ -216,7 +216,7 @@ public class ExampleSimulationProgram
public void runSimulationLoops ()
{
try
{
{
final int SIMULATION_MAX_LOOP_COUNT = 10; // be deliberate out there! also avoid infinite loops.
int simulationLoopCount = 0; // variable, initialized at 0
boolean simulationComplete = false; // sentinel variable as termination condition, are we done yet?
......
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