We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3f491b commit e6c1d55Copy full SHA for e6c1d55
1 file changed
common-tools/cnuphys/magfield/src/main/java/cnuphys/magfield/converter/Converter.java
@@ -196,7 +196,7 @@ public void done() {
196
zIndex++;
197
}
198
199
- if ((gdata[PHI].max > 31) && (gdata[PHI].max > 31)) {
+ if (gdata[PHI].max > 31) {
200
System.err.println("Correcting PhiMax to 360 from " + gdata[PHI].max);
201
202
@@ -850,4 +850,4 @@ public static void memoryToGEMCTorusConverter() {
850
851
852
853
-}
+}
0 commit comments