Unverified Commit dc53a8be authored by dcookastro's avatar dcookastro Committed by GitHub
Browse files

Merge pull request #411 from dcookastro/devRadii

Dev radii
parents 23866ed6 5c99c75b
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);
      }