Skip to content

Commit 9b25e45

Browse files
committed
cleanup
1 parent f5d6d65 commit 9b25e45

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

common-tools/swim-tools/src/main/java/org/jlab/clas/swimtools/AdaptiveSwim.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,6 @@ public double[] SwimRho(double radius, double accuracy) {
6969
return value;
7070
}
7171

72-
public static Point dog(Point3D p) {
73-
return new Point(p.x(), p.y(), p.z());
74-
}
75-
7672
@Override
7773
public double[] SwimGenCylinder(Point3D axisPoint1, Point3D axisPoint2, double radius, double accuracy) {
7874

0 commit comments

Comments
 (0)