Commit 5c99c75b authored by dcookastrog's avatar dcookastrog
Browse files

Fixed SurfacePoint change that was missed in fixing conflicts

parent aecc2620
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -1125,10 +1125,6 @@ namespace Isis {
        p_z = new Displacement(*other.p_z);
      }

      if(other.p_localRadius) {
        p_localRadius = new Distance(other.GetLocalRadius());
      }

      if(other.p_rectCovar) {
        p_rectCovar = new symmetric_matrix<double, upper>(*other.p_rectCovar);
      }