Ignore:
Timestamp:
Mar 12, 2013, 1:54:41 PM (11 years ago)
Author:
lemeur
Message:

amélioration fiabilité graphique

File:
1 edited

Legend:

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

    r375 r386  
    2626
    2727
    28   virtual bool  execute(unsigned int numeroDeb,unsigned int numeroFin,string workingDir);
     28  virtual bool  execute(string workingDir);
    2929
    3030
    31   virtual bool buildBeamAfterElements(unsigned int numeroDeb,unsigned int numeroFin, vector<particleBeam>& beams, string workingDir);
     31  virtual bool buildBeamAfterElements(string workingDir);
    3232
    3333  inline string getColor() {
     
    3535  }
    3636   
    37   inline string getName() {
    38         return "test";
    39     }
     37  /* inline string getName() const { */
     38  /*       return "test"; */
     39  /*   } */
    4040
    4141};
Note: See TracChangeset for help on using the changeset viewer.