Ignore:
Timestamp:
Feb 6, 2013, 1:30:07 PM (11 years ago)
Author:
lemeur
Message:

energie cinetique pour parmela sans rfgun

File:
1 edited

Legend:

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

    r313 r314  
    4343  if ( !there_is_rfgun ) {
    4444    if ( !beamToParmela(workingDir, beamBefore ) ) return false;
    45     cout << " softwareParmela::createInputFile PROGRAMMER LA RECHERCHE D'EC " << endl;
    46     //    cerr << " dataManager::createInputFileParmela : the first element should be rfgun" << endl;
    47     //    return false;
     45    initalKineticEnergy = beamBefore->referenceKineticEnergyMeV();
    4846  }
    4947  else {
     
    10098  }
    10199  else {
     100    sortie << " successful launching of parmela " << endl;
    102101    cout << " execution parmela MARCHE " << endl;
    103     sortie << resultOfRun;
    104102    string::size_type nn = (resultOfRun).find("normal");
    105103    if ( nn == string::npos )
Note: See TracChangeset for help on using the changeset viewer.