From 07aa7c29fbebd2d8e16a38c76f60727ef27deec8 Mon Sep 17 00:00:00 2001 From: terry-norbraten <tnorb@comcast.net> Date: Wed, 10 Jun 2020 15:35:47 -0700 Subject: [PATCH] cosmetic --- .../moves/dis7/utilities/stream/X3dCreateInterpolators.java | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/edu/nps/moves/dis7/utilities/stream/X3dCreateInterpolators.java b/src/edu/nps/moves/dis7/utilities/stream/X3dCreateInterpolators.java index 5243033a28..3ba250a6a7 100644 --- a/src/edu/nps/moves/dis7/utilities/stream/X3dCreateInterpolators.java +++ b/src/edu/nps/moves/dis7/utilities/stream/X3dCreateInterpolators.java @@ -104,11 +104,8 @@ public class X3dCreateInterpolators { //Only add to stream if it is an ESPDU //ToDo: Add support for multiple Entities - if ((localPdu.getPduType() != null) && (localPdu.getPduType() == DISPDUType.ENTITY_STATE)) { - + if ((localPdu.getPduType() != null) && (localPdu.getPduType() == DISPDUType.ENTITY_STATE)) testMap.put(localTimeStamp, new X3dCoordinates(localX, localY, localZ, localPhi, localPsi, localTheta)); - - } } } -- GitLab