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