Loading isis/src/dawn/objs/DawnFcCamera/DawnFcCamera.cpp +2 −3 Original line number Diff line number Diff line Loading @@ -99,7 +99,6 @@ namespace Isis { // to be given if ((ParentLines() != 1024) || (ParentSamples() != 1024)) { string msg = "The ISIS Dawn FC model expects the image size to be 1024x1024"; msg += "Please contact Jeff Anderson (janderson@usgs.gov) with the Dawn FC PDS filename for further testing."; throw IException(IException::Programmer, msg, _FILEINFO_); } CameraDetectorMap *detectorMap = new CameraDetectorMap(this); Loading Loading
isis/src/dawn/objs/DawnFcCamera/DawnFcCamera.cpp +2 −3 Original line number Diff line number Diff line Loading @@ -99,7 +99,6 @@ namespace Isis { // to be given if ((ParentLines() != 1024) || (ParentSamples() != 1024)) { string msg = "The ISIS Dawn FC model expects the image size to be 1024x1024"; msg += "Please contact Jeff Anderson (janderson@usgs.gov) with the Dawn FC PDS filename for further testing."; throw IException(IException::Programmer, msg, _FILEINFO_); } CameraDetectorMap *detectorMap = new CameraDetectorMap(this); Loading