Commit aecc2620 authored by dcookastrog's avatar dcookastrog
Browse files

Merge branch 'devRadii' of github.com:dcookastro/ISIS3 into devRadii

parents f2619986 5e329e25
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -1125,6 +1125,10 @@ 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);
      }