Commit deceb9d5 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

remove assignment without effect

parent c9c66ca0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -618,7 +618,7 @@ int RegCylinder::surface_exterior(double *x, double cutoff)
          dx = 0;
          zp = x[2];
        }
        d2 = d2prev = dr2 + dx*dx;
        d2prev = dr2 + dx*dx;
      }

      // closest point on bottom cap