Ignore:
Timestamp:
Feb 5, 2013, 2:23:23 PM (12 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/softwareGenerator.h

    r305 r312  
    1414softwareGenerator();
    1515 
     16 bool beamFromGenerator(string beamFileName, string workingDir, vector<double>& centroid, bareParticle& refPart,vector<bareParticle>& particles, vector<bareParticle>& passiveParticles );
    1617
    1718 public :
     
    2627
    2728
    28   virtual bool  execute(unsigned int numeroDeb,unsigned int numeroFin,string workingDir,string& resul)
    29   {
    30     return false;
    31   }
     29  virtual bool  execute(string inputFileName,unsigned int numeroDeb,unsigned int numeroFin,string workingDir,string& resul);
    3230
    3331
    34 virtual bool buildBeamAfterElements(unsigned int numeroDeb,unsigned int numeroFin, vector<particleBeam>& beams, string workingDir)
    35 {
    36   return false;
    37 }
     32  virtual bool buildBeamAfterElements(unsigned int numeroDeb,unsigned int numeroFin, vector<particleBeam>& beams, string workingDir);
    3833
    3934};
Note: See TracChangeset for help on using the changeset viewer.