Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Actions/AtomsCalculation.hpp

    rb54ac8 r047878  
    1111#include "Actions/Calculation.hpp"
    1212
     13class Dialog;
     14
    1315template<typename T>
    1416class AtomsCalculation : public Calculation<std::vector<T> >
     
    2022protected:
    2123  virtual std::vector<T>* doCalc();
     24  virtual Dialog *fillDialog(Dialog *dialog);
    2225
    2326private:
Note: See TracChangeset for help on using the changeset viewer.