Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Actions/CmdAction/BondLengthTableAction.hpp

    r97ebf8 r047878  
    1111#include "Actions/Action.hpp"
    1212
     13void CommandBondLengthTable(std::string &BondGraphFileName);
     14
    1315class CommandLineBondLengthTableAction : public Action {
     16  friend void CommandBondLengthTable(std::string &BondGraphFileName);
     17
    1418public:
    1519  CommandLineBondLengthTableAction();
     
    2024
    2125  virtual const std::string getName();
     26protected:
     27  virtual Dialog * fillDialog(Dialog *dialog);
    2228private:
    2329  virtual Action::state_ptr performCall();
Note: See TracChangeset for help on using the changeset viewer.