Ignore:
Timestamp:
Jan 29, 2013, 9:06:51 PM (11 years ago)
Author:
lemeur
Message:

interface software

File:
1 edited

Legend:

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

    r295 r298  
    3232
    3333
    34   virtual bool  execute(vector<particleBeam>& beamAfterElement, unsigned int numeroDeb,unsigned int numeroFin,string workingDir,string& resul) = 0;
     34  virtual bool  execute(unsigned int numeroDeb,unsigned int numeroFin,string workingDir,string& resul) = 0;
    3535
    3636 virtual bool buildBeamAfterElements(unsigned int numeroDeb,unsigned int numeroFin, vector<particleBeam>& beams, string workingDir) = 0;
Note: See TracChangeset for help on using the changeset viewer.