Changeset 111 in PSPA for Interface_Web/trunk/pspaWT/include


Ignore:
Timestamp:
Nov 27, 2012, 6:45:29 PM (12 years ago)
Author:
lemeur
Message:

tests de bonne execution de parmela

Location:
Interface_Web/trunk/pspaWT/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Interface_Web/trunk/pspaWT/include/dataManager.h

    r107 r111  
    2020
    2121  void createInputFileParmela( unsigned int indexDeb, unsigned int indexFin);
    22   void createInputFileTransport( unsigned int indexDeb, unsigned int indexFin);
     22  bool createInputFileTransport( unsigned int indexDeb, unsigned int indexFin);
    2323  void removeFile(string nameOfFile);
    2424  void clearSectionToExecute();
     
    4747  bool executeAll(string& resul);
    4848  void saveAll();
    49   void restoreAll();
     49  void restoreElements();
    5050};
    5151#endif
  • Interface_Web/trunk/pspaWT/include/particleBeam.h

    r86 r111  
    5050
    5151
    52       void buildMomentRepresentation();
    5352
    5453 public:
     
    7170  ~particleBeam() {;}
    7271
    73   void setFromParmela(double referencefrequency);
     72  bool setFromParmela(double referencefrequency);
     73      void buildMomentRepresentation();
    7474
    75   void setFromTransport(ifstream& inp, unsigned nblignes);
     75  bool setFromTransport(ifstream& inp, unsigned nblignes);
    7676
    7777  inline void clear()
Note: See TracChangeset for help on using the changeset viewer.