Commit 0bbcdd76 authored by Kristin Berry's avatar Kristin Berry
Browse files

Removed more unintentional changes

parent 203e73af
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@ void IsisMain() {
  PvlKeyword instrument;
  if ( label->findObject("IsisCube").hasGroup("Instrument") ) {
    instrument = label->findObject("IsisCube").findGroup("Instrument").findKeyword("InstrumentId");
//    isMosaic = false;
    isMosaic = false;
  }
  else if ( label->findObject("IsisCube").hasGroup("Mosaic") ) {
    instrument = label->findObject("IsisCube").findGroup("Mosaic").findKeyword("InstrumentId");