Commit 54c9f8c4 authored by Makayla Shepherd's avatar Makayla Shepherd
Browse files

Added an initial value to a bool to get rid of a warning.

parent e6b5b9de
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@ void IsisMain() {

  PvlObject *label= icube->label();

  bool isMosaic;
  bool isMosaic = false;
  PvlKeyword instrument;
  if ( label->findObject("IsisCube").hasGroup("Instrument") ) {
    instrument = label->findObject("IsisCube").findGroup("Instrument").findKeyword("InstrumentId");