From ecdfac4284a19f0e0da8d99bf35f1a0335f8d9e0 Mon Sep 17 00:00:00 2001
From: User <User@Jacob-Leckie-Laptop.attlocal.net>
Date: Thu, 2 Sep 2021 08:23:09 -0700
Subject: [PATCH] HW3 error

---
 .../homework3/Leckie/homework3Leckie.java     | 25 +++++++++++--------
 1 file changed, 14 insertions(+), 11 deletions(-)

diff --git a/assignments/src/MV3500Cohort2021JulySeptember/homework3/Leckie/homework3Leckie.java b/assignments/src/MV3500Cohort2021JulySeptember/homework3/Leckie/homework3Leckie.java
index 7932050ef8..e107525b5c 100644
--- a/assignments/src/MV3500Cohort2021JulySeptember/homework3/Leckie/homework3Leckie.java
+++ b/assignments/src/MV3500Cohort2021JulySeptember/homework3/Leckie/homework3Leckie.java
@@ -1,16 +1,6 @@
 
 package MV3500Cohort2021JulySeptember.homework3.Leckie;
-
-/**
- *
- * @author Jacob Leckie
- */
-
-/**
- * Copyright (c) 2008-2021, MOVES Institute, Naval Postgraduate School (NPS). All rights reserved.
- * This work is provided under a BSD open-source license, see project license.html and license.txt
- */
-package OpenDis7Examples;
+//package OpenDis7Examples;
 
 import edu.nps.moves.dis7.enumerations.VariableRecordType;
 import edu.nps.moves.dis7.pdus.CommentPdu;
@@ -25,6 +15,18 @@ import java.util.ArrayList;
 import java.util.logging.Level;
 import java.util.logging.Logger;
 
+/**
+ *
+ * @author Jacob Leckie
+ */
+
+/**
+ * Copyright (c) 2008-2021, MOVES Institute, Naval Postgraduate School (NPS). All rights reserved.
+ * This work is provided under a BSD open-source license, see project license.html and license.txt
+ */
+
+
+
 /** The purpose of this program is to provide an easily modifiable example simulation program
  *  that includes DIS-capable entities doing tasks and reporting them to the network.
  *  Default settings include PDU recording turned on by default.
@@ -83,6 +85,7 @@ public class homework3Leckie
             // Where is my entity?  Insert changes in position.
             entityStatePdu.getEntityLocation().setX(entityStatePdu.getEntityLocation().getX() + 1.0); // 1m per timestep
             
+            entityStatePdu.getEntityOrientation();
             // decide whether to fire, and then update the firePdu.  Hmmm, you might want a target to shoort at!
             
             // etc. etc. your code goes here
-- 
GitLab