Changeset 110 in PSPA for Interface_Web/trunk/pspaWT


Ignore:
Timestamp:
Nov 23, 2012, 6:31:52 PM (12 years ago)
Author:
lemeur
Message:

complement a l'alerte parmela

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Interface_Web/trunk/pspaWT/src/dataManager.cc

    r106 r110  
    168168        }
    169169
    170       //      cout << " sortie parmela " << sortie.str() << endl;
     170      //     cout << " sortie parmela " << sortie.str() << endl;
     171      string::size_type nn = (sortie.str()).find("normal");
     172      if ( nn == string::npos )
     173        {
     174          sortie << " abnormal exit of parmela " << endl;
     175          resul +=  sortie.str();
     176          success = false;
     177          return success;
     178        }
    171179
    172180      currentBeam_.setFromParmela(globParam_.getFrequency());
     
    179187      success = false;
    180188    }
     189 
    181190  return success;
    182191}
     
    328337            break;
    329338          }
     339        if ( !success ) return success;
    330340      }
    331341    return success;
Note: See TracChangeset for help on using the changeset viewer.