Changes in src/Actions/Calculation_impl.hpp [0b2ce9:e4afb4]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/Calculation_impl.hpp
r0b2ce9 re4afb4 14 14 15 15 template<typename T> 16 Calculation<T>::Calculation(int _maxSteps, std::string _name, bool _doRegister) :17 Process(_maxSteps,_ name,_doRegister),16 Calculation<T>::Calculation(int _maxSteps, const ActionTraits &_trait, bool _doRegister) : 17 Process(_maxSteps,_trait,_doRegister), 18 18 result(0), 19 19 done(false)
Note:
See TracChangeset
for help on using the changeset viewer.