Loading isis/src/base/objs/OriginalXmlLabel/OriginalXmlLabel.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -57,8 +57,8 @@ namespace Isis { */ void OriginalXmlLabel::fromBlob(Isis::Blob blob) { QString errorMessage; int errorLine; int errorColumn; int errorLine = 0; int errorColumn = 0; if ( !m_originalLabel.setContent( QByteArray(blob.getBuffer(), blob.Size()) ) ) { QString msg = "XML read/parse error when parsing original label. " Loading isis/src/base/objs/Ransac/Ransac.h +1 −1 Original line number Diff line number Diff line Loading @@ -137,7 +137,7 @@ namespace Isis { flag -> type of solutions sought: 1 decomposition only, 2 decomposition and solve, 3 decompose solve and inverse a */ if (flag < 1 && flag > 3) if (flag < 1 || flag > 3) return NOT_SOLVABLE; /*************** STEP 1: DECOMPOSE THE A MATRIX ***************/ Loading Loading
isis/src/base/objs/OriginalXmlLabel/OriginalXmlLabel.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -57,8 +57,8 @@ namespace Isis { */ void OriginalXmlLabel::fromBlob(Isis::Blob blob) { QString errorMessage; int errorLine; int errorColumn; int errorLine = 0; int errorColumn = 0; if ( !m_originalLabel.setContent( QByteArray(blob.getBuffer(), blob.Size()) ) ) { QString msg = "XML read/parse error when parsing original label. " Loading
isis/src/base/objs/Ransac/Ransac.h +1 −1 Original line number Diff line number Diff line Loading @@ -137,7 +137,7 @@ namespace Isis { flag -> type of solutions sought: 1 decomposition only, 2 decomposition and solve, 3 decompose solve and inverse a */ if (flag < 1 && flag > 3) if (flag < 1 || flag > 3) return NOT_SOLVABLE; /*************** STEP 1: DECOMPOSE THE A MATRIX ***************/ Loading