Loading isis/src/control/objs/ControlNetVersioner/ControlNetVersioner.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -924,7 +924,7 @@ namespace Isis { } catch (IException &e) { QString msg = "Failed to convert version 1 protobuf control point at index [" + toString(i) + "] to a ControlPoint."; + toString(i) + "] into a ControlPoint."; throw IException(e, IException::User, msg, _FILEINFO_); } } Loading Loading @@ -1144,7 +1144,7 @@ namespace Isis { } catch (IException &e) { QString msg = "Failed to convert protobuf version 2 control point at index [" + toString(pointIndex) + "] in a ControlPoint."; + toString(pointIndex) + "] into a ControlPoint."; throw IException(e, IException::Io, msg, _FILEINFO_); } } Loading Loading
isis/src/control/objs/ControlNetVersioner/ControlNetVersioner.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -924,7 +924,7 @@ namespace Isis { } catch (IException &e) { QString msg = "Failed to convert version 1 protobuf control point at index [" + toString(i) + "] to a ControlPoint."; + toString(i) + "] into a ControlPoint."; throw IException(e, IException::User, msg, _FILEINFO_); } } Loading Loading @@ -1144,7 +1144,7 @@ namespace Isis { } catch (IException &e) { QString msg = "Failed to convert protobuf version 2 control point at index [" + toString(pointIndex) + "] in a ControlPoint."; + toString(pointIndex) + "] into a ControlPoint."; throw IException(e, IException::Io, msg, _FILEINFO_); } } Loading