Commit efe4b28a authored by Ian Humphrey's avatar Ian Humphrey
Browse files

Fixed uninitialized array element in apinit that was causing its app test to...

Fixed uninitialized array element in apinit that was causing its app test to fail on CentOS7. References #4809.

git-svn-id: http://subversion.wr.usgs.gov/repos/prog/isis3/branches/Fedora25@8126 41f8697f-d340-4b68-9986-7bafba869bb8
parent 5d974490
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -391,7 +391,7 @@ void IsisMain() {
  //minusApposJ[0] = -apposJ[0];
  //minusApposJ[0] = -apposJ[0];
  //minusApposJ[1] = -apposJ[1];
  minusApposJ[2] = apposJ[2];
  minusApposJ[0] = apposJ[0];
  minusApposJ[1] = apposJ[1];
  minusApposJ[2] = apposJ[2];

+4 −1
Original line number Diff line number Diff line
@@ -29,6 +29,9 @@
    <change name="Kristin Berry" date="2015-07-22">
       Added NaifStatus::CheckErrors() to see if any NAIF errors were signaled. References #2248.
    </change>
    <change name="Ian Humphrey" date="2017-09-15">
      Made sure that the minusApposJ array has all its values initialized. Caused CentOS7 app test to fail. References #4809.
    </change>
  </history>

    <groups>