Loading isis/src/base/objs/SurfacePoint/SurfacePoint.cpp +4 −0 Original line number Diff line number Diff line Loading @@ -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); } Loading Loading
isis/src/base/objs/SurfacePoint/SurfacePoint.cpp +4 −0 Original line number Diff line number Diff line Loading @@ -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); } Loading