Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Actions/MoleculeAction/TranslateAction.hpp

    re076cd r57f243  
    1111#include "Actions/Action.hpp"
    1212#include "Actions/Process.hpp"
    13 #include "vector.hpp"
     13#include "LinearAlgebra/Vector.hpp"
    1414
    1515class MoleculeListClass;
     
    2828
    2929  virtual const std::string getName();
     30protected:
     31  virtual Dialog * fillDialog(Dialog *dialog);
    3032private:
    31   virtual Dialog * createDialog();
    3233  virtual Action::state_ptr performCall();
    3334  virtual Action::state_ptr performUndo(Action::state_ptr);
Note: See TracChangeset for help on using the changeset viewer.