Ignore:
Timestamp:
Jan 29, 2013, 9:06:51 PM (11 years ago)
Author:
lemeur
Message:

interface software

File:
1 edited

Legend:

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

    r297 r298  
    141141      success = softw->createInputFile(currentBeam_, debut, fin, workingDir);
    142142      if ( !success ) {
    143         resultatPartiel += " error creating input file ";
     143        resultatPartiel += " error creating input file \n";
    144144      } else {
    145         success = softw->execute(diagnosticBeam_, debut,fin,workingDir,resultatPartiel);
     145        success = softw->execute(debut,fin,workingDir,resultatPartiel);
     146        if ( success ) {
     147          success = softw->buildBeamAfterElements(debut, fin, diagnosticBeam_, workingDir);
     148          if ( !success ) {
     149            resultatPartiel += " readingt results  failed \n";
     150          }
     151        }
    146152      }
    147153      delete softw;
Note: See TracChangeset for help on using the changeset viewer.