Ignore:
Timestamp:
Feb 7, 2014, 2:00:55 PM (10 years ago)
Author:
lemeur
Message:

lecture fichier sauvegarde AML

File:
1 edited

Legend:

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

    r487 r488  
    99class elementQuadrupole : public abstractElement
    1010{
    11   double length_;
     11  //  double length_;
    1212  double component_;
    1313   
     
    2020  virtual void setParametersString(string* param);
    2121  virtual vector< pair<string, vector<string> > > parametersToSoftware () const;
    22   virtual string FileOutputFlow() const;
    23   virtual void FileInput(ifstream& ifs);
     22  // virtual string FileOutputFlow() const;
     23  //  virtual void FileInput(ifstream& ifs);
    2424  virtual void InputRep(UAPNode* root);
     25  virtual void FileAMLInput(UAPNode* entree);
    2526
    2627  /** return a string with all parameters and value */
Note: See TracChangeset for help on using the changeset viewer.