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

Merge branch 'devRadii' into devRadii

parents 0a9d19be 71c63ba2
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);
      }