Ignore:
Timestamp:
Mar 9, 2013, 5:12:55 PM (11 years ago)
Author:
lemeur
Message:

complements graphiques, legendes et unification unites

File:
1 edited

Legend:

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

    r373 r381  
    112112}
    113113
     114
     115
    114116bool softwareParmela::buildBeamAfterElements(unsigned int numeroDeb,unsigned int numeroFin, vector<particleBeam>& beams, string workingDir)
    115117{
     
    130132        string cliche = workingDir + param[2].c_str();
    131133        if( beamToParmela(cliche,&beams.at(avantDernier)) ) {
    132           cout<<"["<<k<<"] : ecrit sur fichier " << cliche << " le contenu de beam["<<avantDernier<<"]"<<endl;
     134          cout  <<  "["  <<  k  <<  "] : ecrit sur fichier " << cliche << " le contenu de beam["<<avantDernier<<"]"<<endl;
    133135        }
    134         continue;
     136        // continue;
    135137      }
    136138     
     
    144146      double freq= globParamPtr_->getFrequency();
    145147     
     148      cout << " lecture PARMELA el no absolu " << k << " nom " << elem->getNomdElement().getElementName() << endl;
    146149      if(!beamFromParmela(workingDir,id,freq,centroid,refPart,particles))
    147150        {
Note: See TracChangeset for help on using the changeset viewer.