Changeset 344 in PSPA


Ignore:
Timestamp:
Feb 26, 2013, 2:55:06 PM (11 years ago)
Author:
touze
Message:

suppression workingDir_

File:
1 edited

Legend:

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

    r342 r344  
    5656  void donneesRmsEnveloppe( string type, unsigned int numeroDeb, unsigned int numeroFin, vector<double>& xcor, vector<double>& ycor);
    5757  void donneesRmsEnveloppe(string type,unsigned int lineSize,vector<double>& xcor,vector<double>& ycor);
    58  
    59   inline void setWorkingDir(string wd) {
    60     workingDir_ = wd;
    61   }
    62    
     58 
    6359 private :
    6460
    65   PspaApplication* pspa_;
    6661  globalParameters globParam_;
    6762  particleBeam* currentBeam_;
     
    7267  void removeFile(string nameOfFile);
    7368  void clearSectionToExecute();
     69
     70  PspaApplication* pspa_;
    7471  };
    7572#endif
Note: See TracChangeset for help on using the changeset viewer.