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

white space

parent 75f03cc3
No related branches found
No related tags found
No related merge requests found
...@@ -28,9 +28,6 @@ public class X3dCreateInterpolators { ...@@ -28,9 +28,6 @@ public class X3dCreateInterpolators {
private double firstLocalX = 0; private double firstLocalX = 0;
private double firstLocalY = 0; private double firstLocalY = 0;
private double firstLocalZ = 0; private double firstLocalZ = 0;
private double firstLocalPhi = 0;
private double firstLocalPsi = 0;
private double firstLocalTheta = 0;
private Map<Double, X3dCoordinates> testMap = new LinkedHashMap<>(); private Map<Double, X3dCoordinates> testMap = new LinkedHashMap<>();
...@@ -113,7 +110,6 @@ public class X3dCreateInterpolators { ...@@ -113,7 +110,6 @@ public class X3dCreateInterpolators {
} }
} }
} }
public void makeX3dInterpolator() { public void makeX3dInterpolator() {
......
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