Skip to content

Commit 1d40f95

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

File tree

1 file changed

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

1 file changed

+0
-9
lines changed

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

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -274,15 +274,6 @@ public double[] SwimToCylinder(double Rad) {
274274
return value;
275275
}
276276

277-
/**
278-
*
279-
* @param radius in cm
280-
* @return state x,y,z,px,py,pz, pathlength, iBdl at the surface
281-
*/
282-
public double[] SwimRho(double radius) {
283-
return SwimRho(radius, accuracy*100);
284-
}
285-
286277
/**
287278
*
288279
* @param radius in cm

0 commit comments

Comments
 (0)