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

reduce futher object creation in loops

parent 07aa7c29
No related branches found
No related tags found
No related merge requests found
......@@ -162,14 +162,14 @@ public class X3dCreateInterpolators {
double tempPhi;
double tempPsi;
double tempTheta;
String localCoordinateString;
String localOrientationStringX;
String localOrientationStringY;
String localOrientationStringZ;
for (Double k : keys) {
String localCoordinateString;
String localOrientationStringX;
String localOrientationStringY;
String localOrientationStringZ;
tempX = returnMap.get(k).getX();
tempY = returnMap.get(k).getY();
tempZ = returnMap.get(k).getZ();
......
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