Ignore:
Timestamp:
Mar 30, 2013, 3:05:50 PM (11 years ago)
Author:
lemeur
Message:

vérification (dataManager) de la consécution des sections

File:
1 edited

Legend:

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

    r387 r413  
    1818bool softwareTransport::createInputFile(particleBeam* beamBefore, unsigned int numeroDeb, unsigned int numeroFin, string workingDir)
    1919{
     20
     21
    2022
    2123  if ( !initComputationLimits(numeroDeb,numeroFin) ) return false;
     
    4446
    4547
    46   cout << "debug:: c'est quoi le premier element? " << premierEl->getNomdElement().getElementName() << endl;
     48  //  cout << "debug:: c'est quoi le premier element? " << premierEl->getNomdElement().getElementName() << endl;
    4749
    4850  // si le premier element a traiter est un 'beam', on ne fait rien pour l'instant
     
    5355    // s'il n'y a pas faisceau courant, erreur
    5456    if ( beamBefore == NULL ) {
    55       dataManager_->consoleMessage(" softwareTransport::createInputFile : no input beam");
     57      dataManager_->consoleMessage(" softwareTransport::createInputFile : no input beam, input file not created");
    5658      cout << " pas de faisceau " << endl;
    5759      return false;
Note: See TracChangeset for help on using the changeset viewer.