Commit 61ad9248 authored by Ian Humphrey's avatar Ian Humphrey
Browse files

In interestcube, closed the open cube to prevent errors from running...

In interestcube, closed the open cube to prevent errors from running sequential data in GUI. Fixes #1002.

git-svn-id: http://subversion.wr.usgs.gov/repos/prog/isis3/trunk@5925 41f8697f-d340-4b68-9986-7bafba869bb8
parent 82c2a6fa
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -56,6 +56,7 @@ void IsisMain() {
  p.EndProcess();

  delete unvGMap;
  cube.close();
}

// Call Operate once per pixel to get the interest for every pixel in the input cube.
+3 −0
Original line number Diff line number Diff line
@@ -29,6 +29,9 @@
      Create a universal ground map of the input cube to be passed onto the 
      Interest Operator to calculate the Emission Angle
    </change>
    <change name="Ian Humphrey" date="2014-06-03">
      Closed the open cube to prevent errors from running sequential data in GUI. Fixes #1002.
    </change>
  </history>

  <category>