Loading isis/src/base/apps/caminfo/CamTools.cpp +0 −1 Original line number Diff line number Diff line Loading @@ -335,7 +335,6 @@ namespace Isis { if (getFootBlob && band == 0) { // Read the footprint from the image labels ImagePolygon poly = cube.readFootprint(); cube.close(); geos::geom::MultiPolygon *multiP = poly.Polys(); _polys.push_back(multiP->clone()); _combined = multiP->clone(); Loading isis/src/base/apps/caminfo/caminfo.cpp +3 −1 Original line number Diff line number Diff line Loading @@ -434,6 +434,8 @@ namespace Isis{ else GenerateCSVOutput(incube, general, camstats, statistics, bandGeom, ui); incube->close(); // Clean the data delete general; general = NULL; Loading Loading
isis/src/base/apps/caminfo/CamTools.cpp +0 −1 Original line number Diff line number Diff line Loading @@ -335,7 +335,6 @@ namespace Isis { if (getFootBlob && band == 0) { // Read the footprint from the image labels ImagePolygon poly = cube.readFootprint(); cube.close(); geos::geom::MultiPolygon *multiP = poly.Polys(); _polys.push_back(multiP->clone()); _combined = multiP->clone(); Loading
isis/src/base/apps/caminfo/caminfo.cpp +3 −1 Original line number Diff line number Diff line Loading @@ -434,6 +434,8 @@ namespace Isis{ else GenerateCSVOutput(incube, general, camstats, statistics, bandGeom, ui); incube->close(); // Clean the data delete general; general = NULL; Loading