Loading isis/src/control/objs/ControlNetVersioner/ControlNetVersioner.cpp +1 −11 Original line number Diff line number Diff line Loading @@ -149,16 +149,6 @@ namespace Isis { + "] is not supported"; throw IException(IException::Unknown, msg, _FILEINFO_); } version = toInt(controlNetwork["Version"][0]); if (version == previousVersion) { IString msg = "Cannot update from version [" + IString(version) + "] " "to any other version"; throw IException(IException::Programmer, msg, _FILEINFO_); } return LatestPvlToBinary(controlNetwork); } Loading Loading
isis/src/control/objs/ControlNetVersioner/ControlNetVersioner.cpp +1 −11 Original line number Diff line number Diff line Loading @@ -149,16 +149,6 @@ namespace Isis { + "] is not supported"; throw IException(IException::Unknown, msg, _FILEINFO_); } version = toInt(controlNetwork["Version"][0]); if (version == previousVersion) { IString msg = "Cannot update from version [" + IString(version) + "] " "to any other version"; throw IException(IException::Programmer, msg, _FILEINFO_); } return LatestPvlToBinary(controlNetwork); } Loading