Skip to content
Snippets Groups Projects
Commit b364f3bf authored by User's avatar User
Browse files

end changed to stop line 347

parent ad04dd70
No related branches found
No related tags found
No related merge requests found
...@@ -344,7 +344,7 @@ public class ExampleSimulationProgramMcNeely ...@@ -344,7 +344,7 @@ public class ExampleSimulationProgramMcNeely
thisProgram.runSimulation (); // ... your simulation execution code goes in there ... thisProgram.runSimulation (); // ... your simulation execution code goes in there ...
pduRecorder.end(); pduRecorder.stop();
thisProgram.tearDownNetworkInterface(); // make sure no processes are left lingering thisProgram.tearDownNetworkInterface(); // make sure no processes are left lingering
......
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