Loading isis/src/qisis/objs/Workspace/Workspace.cpp +9 −7 Original line number Diff line number Diff line Loading @@ -364,8 +364,8 @@ namespace Isis { catch (IException &e) { QString message("Error opening cube [" + cubename + "]..."); message += ("\nAttempting to open [" + cubename + "] as a cube list...") QString message("Error opening cube [" + cubename + "]...\n"); message += "Attempting to open [" + cubename + "] as a cube list...\n"; try { addCubeViewportFromList(cubename); Loading @@ -385,7 +385,7 @@ namespace Isis { QList<QString> cubesToOpen; QFile file(cubename); QFile file(cubeFileName.filePath()); file.open(QIODevice::ReadOnly); QTextStream in(&file); Loading @@ -403,7 +403,7 @@ namespace Isis { QString cubename; try { Cube *cube = new Cube; cubename = cubeFileName.filePath(); cubename = cubesToOpen.at(i); // Read in the CubeAttribueInput from the cube name CubeAttributeInput inAtt(cubename); Loading @@ -427,8 +427,10 @@ namespace Isis { } } catch (IException &e) { QString message("Error attempting to open [" + cubename + "] from list [" + cubelist + "]...\n"); message += e.toString(); throw IException(e, IException::Programmer, message, _FILEINFO_); } } Loading isis/src/qisis/objs/Workspace/Workspace.h +1 −1 Original line number Diff line number Diff line Loading @@ -174,7 +174,7 @@ namespace Isis { void addCubeViewport(QString cubename); void addCubeViewportFromList(QString cubelist) void addCubeViewportFromList(QString cubelist); /** Loading Loading
isis/src/qisis/objs/Workspace/Workspace.cpp +9 −7 Original line number Diff line number Diff line Loading @@ -364,8 +364,8 @@ namespace Isis { catch (IException &e) { QString message("Error opening cube [" + cubename + "]..."); message += ("\nAttempting to open [" + cubename + "] as a cube list...") QString message("Error opening cube [" + cubename + "]...\n"); message += "Attempting to open [" + cubename + "] as a cube list...\n"; try { addCubeViewportFromList(cubename); Loading @@ -385,7 +385,7 @@ namespace Isis { QList<QString> cubesToOpen; QFile file(cubename); QFile file(cubeFileName.filePath()); file.open(QIODevice::ReadOnly); QTextStream in(&file); Loading @@ -403,7 +403,7 @@ namespace Isis { QString cubename; try { Cube *cube = new Cube; cubename = cubeFileName.filePath(); cubename = cubesToOpen.at(i); // Read in the CubeAttribueInput from the cube name CubeAttributeInput inAtt(cubename); Loading @@ -427,8 +427,10 @@ namespace Isis { } } catch (IException &e) { QString message("Error attempting to open [" + cubename + "] from list [" + cubelist + "]...\n"); message += e.toString(); throw IException(e, IException::Programmer, message, _FILEINFO_); } } Loading
isis/src/qisis/objs/Workspace/Workspace.h +1 −1 Original line number Diff line number Diff line Loading @@ -174,7 +174,7 @@ namespace Isis { void addCubeViewport(QString cubename); void addCubeViewportFromList(QString cubelist) void addCubeViewportFromList(QString cubelist); /** Loading