Skip to content

Commit f5d6d65

Browse files
committed
remove unused method
1 parent 1d40f95 commit f5d6d65

File tree

1 file changed

+0
-11
lines changed
  • common-tools/swim-tools/src/main/java/org/jlab/clas/swimtools

1 file changed

+0
-11
lines changed

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

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -309,17 +309,6 @@ public double[] SwimRho(double radius, double accuracy) {
309309
return value;
310310
}
311311

312-
/**
313-
*
314-
* @param axisPoint1 in cm
315-
* @param axisPoint2 in cm
316-
* @param radius in cm
317-
* @return swam trajectory to the cylinder
318-
*/
319-
public double[] SwimGenCylinder(Point3D axisPoint1, Point3D axisPoint2, double radius) {
320-
return SwimGenCylinder(axisPoint1, axisPoint2, radius, accuracy*100);
321-
}
322-
323312
/**
324313
*
325314
* @param axisPoint1 in cm

0 commit comments

Comments
 (0)