Changes in src/Actions/AtomsCalculation.hpp [b54ac8:047878]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/AtomsCalculation.hpp
rb54ac8 r047878 11 11 #include "Actions/Calculation.hpp" 12 12 13 class Dialog; 14 13 15 template<typename T> 14 16 class AtomsCalculation : public Calculation<std::vector<T> > … … 20 22 protected: 21 23 virtual std::vector<T>* doCalc(); 24 virtual Dialog *fillDialog(Dialog *dialog); 22 25 23 26 private:
Note:
See TracChangeset
for help on using the changeset viewer.