Commit 04dc2c0c authored by Kaitlyn Lee's avatar Kaitlyn Lee
Browse files

Fixed FileTool changes.

parent 7764ac4c
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -580,9 +580,9 @@ namespace Isis {
        else if ((ocube->pixelType() != Real) &&
                (ocube->pixelType() != UnsignedByte) &&
                (ocube->pixelType() != SignedWord) &&
                (ocube->pixelType() != UnsignedWord)) &&
                (cube->pixelType() != Isis::UnsignedInteger) &&
                (cube->pixelType() != Isis::SignedInteger)) {
                (ocube->pixelType() != UnsignedWord) &&
                (ocube->pixelType() != Isis::UnsignedInteger) &&
                (ocube->pixelType() != Isis::SignedInteger)) {
          QString msg = "Looks like your refactoring to add different pixel types";
          msg += " you'll need to make changes here";
          throw IException(IException::Programmer, msg, _FILEINFO_);