Ignore:
Timestamp:
Dec 16, 2013, 5:16:54 PM (11 years ago)
Author:
garnier
Message:

grosse modification pour intégrer les sections

File:
1 edited

Legend:

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

    r386 r455  
    1414
    1515
    16 softwareTest::softwareTest(string inputFileName, globalParameters* globals, dataManager* dt) : abstractSoftware( inputFileName, globals, dt)
     16softwareTest::softwareTest(string inputFileName,sectionToExecute* sect) : abstractSoftware(inputFileName, sect)
    1717{
    1818  nameOfSoftware_ = nomDeLogiciel("test");
    1919}
    2020
    21 bool softwareTest::createInputFile( particleBeam* beamBefore, unsigned int numeroDeb, unsigned int numeroFin, string workingDir)
     21bool softwareTest::createInputFile( particleBeam* beamBefore, string workingDir)
    2222{
    2323    dataManager_->consoleMessage(" softwareTest::createInputFile  " );
     
    3939  bool result = true;
    4040  unsigned k;
    41   for ( k= numeroDeb_; k <= numeroFin_; k++)
     41  for ( k= numeroDeb_deprecated_; k <= numeroFin_deprecated_; k++)
    4242    {
    4343      particleBeam* newDiag = dataManager_->updateCurrentDiagnostic(true);
Note: See TracChangeset for help on using the changeset viewer.