Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Actions/AtomsCalculation.hpp

    r047878 rb54ac8  
    1111#include "Actions/Calculation.hpp"
    1212
    13 class Dialog;
    14 
    1513template<typename T>
    1614class AtomsCalculation : public Calculation<std::vector<T> >
     
    2220protected:
    2321  virtual std::vector<T>* doCalc();
    24   virtual Dialog *fillDialog(Dialog *dialog);
    2522
    2623private:
Note: See TracChangeset for help on using the changeset viewer.