Skip to content
Snippets Groups Projects
Commit 07aa7c29 authored by terry-norbraten's avatar terry-norbraten
Browse files

cosmetic

parent e3b80483
No related branches found
No related tags found
No related merge requests found
......@@ -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));
}
}
}
......
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