Ignore:
Timestamp:
Mar 11, 2014, 11:21:43 AM (10 years ago)
Author:
lemeur
Message:

refection generale des secteurs et applications de softwares (suite)

File:
1 edited

Legend:

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

    r485 r493  
    1414
    1515
    16 softwareTest::softwareTest(string inputFileName,sectionToExecute* sect, dataManager* data) : abstractSoftware(inputFileName, sect,data)
     16// softwareTest::softwareTest(string inputFileName,sectionToExecute* sect, dataManager* data) : abstractSoftware(inputFileName, sect,data)
     17// {
     18//   nameOfSoftware_ = new nomDeLogiciel("test");
     19// }
     20
     21softwareTest::softwareTest(string inputFileName,computingBlock* cmpb, dataManager* data) : abstractSoftware(inputFileName, cmpb,data)
    1722{
    1823  nameOfSoftware_ = new nomDeLogiciel("test");
     
    3843  dataManager_->consoleMessage(" softwareTest::buildBeamAfterElements  " );
    3944  bool result = true;
    40   for ( unsigned int k=0; k < getSectionToExecute()->getElements().size() ; k++ ) {
     45  for ( unsigned int k=0; k < getComputingBlock()->getNumberOfElements() ; k++ ) {
    4146      particleBeam* newDiag = dataManager_->updateCurrentDiagnostic(true);
    4247  //      beams.push_back(particleBeam());
Note: See TracChangeset for help on using the changeset viewer.