We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d40f95 commit f5d6d65Copy full SHA for f5d6d65
common-tools/swim-tools/src/main/java/org/jlab/clas/swimtools/Swim.java
@@ -309,17 +309,6 @@ public double[] SwimRho(double radius, double accuracy) {
309
return value;
310
}
311
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
-
323
/**
324
*
325
* @param axisPoint1 in cm
0 commit comments