Ignore:
Timestamp:
Dec 19, 2013, 6:22:39 PM (11 years ago)
Author:
garnier
Message:

Modification pour remettre en marche le Run. Desormais Transport passe, mais aucun test ne permet de dire si c est bon

File:
1 edited

Legend:

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

    r455 r472  
    1212}
    1313
    14 softwareGenerator::softwareGenerator(string inputFileName, sectionToExecute* sect) : abstractSoftware(inputFileName, sect)
     14softwareGenerator::softwareGenerator(string inputFileName, sectionToExecute* sect,dataManager* data) : abstractSoftware(inputFileName, sect,data)
    1515{
    1616  cout << " softwareUsersprogram::softwareGenerator ENREGISTREMENT " << endl;
     
    5757 
    5858  ostringstream sortie;
    59   sortie << " EXECUTION DE GENERATOR DE l'ELEMENT " << numeroDeb_deprecated_ << " A L'ELEMENT " << numeroFin_deprecated_ << endl;
     59  sortie << " EXECUTION DE GENERATOR  " << endl;
    6060
    6161  string generatorJob = workingDir + "generator";
     
    9494  if ( !ComputationLimitsOk_deprecated() ) return false;
    9595
    96   if ( numeroDeb_deprecated_ != numeroFin_deprecated_ ) {
     96  if ( getSectionToExecute()->getElements().size() != 1 ) {
    9797    dataManager_->consoleMessage(" softwareGenerator::buildBeamAfterElements : only one element (rfgun) must be calculated " );
    9898    return false;
Note: See TracChangeset for help on using the changeset viewer.