Ignore:
Timestamp:
Jun 21, 2013, 10:16:56 AM (11 years ago)
Author:
lemeur
Message:

definition des compatibilites des elements dans les software

File:
1 edited

Legend:

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

    r359 r418  
    5555    virtual inline double getInitialKineticEnergy() const {return E_cin_;}
    5656   
    57     virtual string parmelaOutputFlow() const;
     57    //    virtual string parmelaOutputFlow() const;
    5858   
    59     virtual string transportOutputFlow() const
    60     {
    61         ostringstream sortie;
    62         cout << " CELL sortie transport non programmee " << endl;
    63         return sortie.str();
    64     }
     59    /* virtual string transportOutputFlow() const */
     60    /* { */
     61    /*     ostringstream sortie; */
     62    /*     cout << " CELL sortie transport non programmee " << endl; */
     63    /*     return sortie.str(); */
     64    /* } */
    6565   
    66     virtual string generatorOutputFlow() const;
     66    //   virtual string generatorOutputFlow() const;
    6767
    6868    virtual string FileOutputFlow() const;
    69    
     69        virtual vector< pair<string, vector<string> > > parametersToSoftware () const;
     70
    7071    virtual void FileInput(ifstream& ifs);
    7172   
Note: See TracChangeset for help on using the changeset viewer.