Ignore:
Timestamp:
Dec 19, 2013, 6:22:39 PM (10 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/softwareTest.cc

    r455 r472  
    1414
    1515
    16 softwareTest::softwareTest(string inputFileName,sectionToExecute* sect) : abstractSoftware(inputFileName, sect)
     16softwareTest::softwareTest(string inputFileName,sectionToExecute* sect, dataManager* data) : abstractSoftware(inputFileName, sect,data)
    1717{
    1818  nameOfSoftware_ = nomDeLogiciel("test");
     
    3838  dataManager_->consoleMessage(" softwareTest::buildBeamAfterElements  " );
    3939  bool result = true;
    40   unsigned k;
    41   for ( k= numeroDeb_deprecated_; k <= numeroFin_deprecated_; k++)
    42     {
     40  for ( unsigned int k=0; k < getSectionToExecute()->getElements().size() ; k++ ) {
    4341      particleBeam* newDiag = dataManager_->updateCurrentDiagnostic(true);
    4442  //      beams.push_back(particleBeam());
Note: See TracChangeset for help on using the changeset viewer.