Loading isis/src/control/objs/ControlMeasure/ControlMeasure.h +0 −2 Original line number Diff line number Diff line Loading @@ -320,8 +320,6 @@ namespace Isis { bool HasSampleResidual() const; bool HasLineResidual() const; bool HasJigsawRejected() const; bool JigsawRejected() const; int LogSize() const; static QVector<QString> GetMeasureDataNames(); Loading isis/src/control/objs/ControlNetVersioner/ControlNetVersioner.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -489,11 +489,11 @@ namespace Isis { } if ( controlMeasure.IsRejected() ) { pvlMeasure += PvlKeyword("JigsawRejected", toString(controlMeasure.JigsawRejected())); pvlMeasure += PvlKeyword("JigsawRejected", toString(controlMeasure.IsRejected())); } for (int logEntry = 0; logEntry < controlMeasure.LogSize(); // DNE? logEntry < controlMeasure.GetLogDataEntries().size(); logEntry ++) { const ControlMeasureLogData &log = controlMeasure.GetLogData(logEntry); // Not sure this is right. Loading Loading
isis/src/control/objs/ControlMeasure/ControlMeasure.h +0 −2 Original line number Diff line number Diff line Loading @@ -320,8 +320,6 @@ namespace Isis { bool HasSampleResidual() const; bool HasLineResidual() const; bool HasJigsawRejected() const; bool JigsawRejected() const; int LogSize() const; static QVector<QString> GetMeasureDataNames(); Loading
isis/src/control/objs/ControlNetVersioner/ControlNetVersioner.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -489,11 +489,11 @@ namespace Isis { } if ( controlMeasure.IsRejected() ) { pvlMeasure += PvlKeyword("JigsawRejected", toString(controlMeasure.JigsawRejected())); pvlMeasure += PvlKeyword("JigsawRejected", toString(controlMeasure.IsRejected())); } for (int logEntry = 0; logEntry < controlMeasure.LogSize(); // DNE? logEntry < controlMeasure.GetLogDataEntries().size(); logEntry ++) { const ControlMeasureLogData &log = controlMeasure.GetLogData(logEntry); // Not sure this is right. Loading