Ignore:
Timestamp:
Jan 7, 2014, 1:51:17 PM (10 years ago)
Author:
garnier
Message:

Modification en vue du passage de Parmela. Restauration du fichier Phyl ok

File:
1 edited

Legend:

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

    r474 r479  
    126126      break;
    127127    }
    128    
    129     success = softw->createInputFile(sector->getParticleBeam(),workingDir);
     128      // END OF FIXME
     129      success = softw->createInputFile(sector->getParticleBeam(),workingDir);
    130130    if ( success ) {
    131131      success = softw->execute(workingDir);
     
    269269  nomdElements::typedElement elementType;
    270270  string elementLabel;
     271  abstractElement* nouveau = NULL;
    271272  while (infile >> elementLabel) {
    272273    if (elementLabel == string("globals") ) {
     
    280281    } else {
    281282      elementType = nomdElements::getTypeFromLabel(elementLabel);
    282       abstractElement* nouveau = mySect->addElementAfter(elementType,NULL);
     283      nouveau = mySect->addElementAfter(elementType,nouveau);
    283284      if ( nouveau == NULL ) {
    284285        cerr << " dataManager::restoreElements() : restore element " << elementLabel << " failed " << endl;
Note: See TracChangeset for help on using the changeset viewer.