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

CONSTANT RENAMED

parent 6b858735
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* This work is provided under a BSD open-source license, see project license.html and license.txt * This work is provided under a BSD open-source license, see project license.html and license.txt
* @author brutzman@nps.edu * @author brutzman@nps.edu
*/ */
package homework2; package MV3500Cohort2022MayJune.homework2.Royer;
// Java is an abomination. // Java is an abomination.
...@@ -239,7 +239,7 @@ public class Homework2 ...@@ -239,7 +239,7 @@ public class Homework2
sendAllPdusForLoopTimestep(entityStatePdu_1, sendAllPdusForLoopTimestep(entityStatePdu_1,
firePdu_1a, firePdu_1a,
disChannel.currentTimeStepCommentType, narrativeMessage1, narrativeMessage2, narrativeMessage3); disChannel.COMMENTPDU_SIMULATION_TIMESTEP, narrativeMessage1, narrativeMessage2, narrativeMessage3);
disChannel.sendSinglePdu(entityStatePdu_2); // me too i.e. 2! disChannel.sendSinglePdu(entityStatePdu_2); // me too i.e. 2!
System.out.println ("... [PDUs of interest successfully sent for this loop]"); System.out.println ("... [PDUs of interest successfully sent for this loop]");
......
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