Ignore:
Timestamp:
Mar 24, 2013, 4:54:40 PM (11 years ago)
Author:
lemeur
Message:

fichier parmout dans workingarea

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Interface_Web/trunk/pspaWT/sources/controler/src/softwareParmela.cc

    r387 r398  
    122122  string resultOfRun;
    123123  bool success = launchJob(parmelaJob,resultOfRun);
    124   sortie << resultOfRun << endl;
     124
     125
     126  //  sortie << resultOfRun << endl;
    125127  if ( !success ) {
    126128    sortie << " launching of parmela failed " << endl;
     
    134136        sortie << " abnormal exit of parmela " << endl;
    135137        ExecuteStatus = false;
    136       }
     138      } 
    137139  }
    138140 
     
    140142  return ExecuteStatus;
    141143}
    142 
    143 
    144144
    145145bool softwareParmela::buildBeamAfterElements( string workingDir)
Note: See TracChangeset for help on using the changeset viewer.