Ignore:
Timestamp:
Feb 5, 2013, 2:23:23 PM (11 years ago)
Author:
lemeur
Message:

suppression designation elements par index + fin generator

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Interface_Web/trunk/pspaWT/sources/controler/include/softwareParmela.h

    r305 r312  
    1313  bool beamFromParmela(string workingDir,unsigned numeroElement, double referencefrequency, vector<double>& centroid, bareParticle& refPart,vector<bareParticle>& particles );
    1414
     15  bool beamToParmela(string workingDir, particleBeam* partic );
     16
    1517 public :
    1618  softwareParmela(globalParameters* globals, dataManager* beamLine);
     
    2123  virtual bool createInputFile(string inputFileName, particleBeam* beamBefore, unsigned int numeroDeb, unsigned int numeroFin, string workingDir);
    2224
    23   virtual bool  execute(unsigned int numeroDeb,unsigned int numeroFin,string workingDir,string& resul);
     25  virtual bool  execute(string inputFileName,unsigned int numeroDeb,unsigned int numeroFin,string workingDir,string& resul);
    2426
    2527
Note: See TracChangeset for help on using the changeset viewer.