Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Actions/Calculation_impl.hpp

    r0b2ce9 re4afb4  
    1414
    1515template<typename T>
    16 Calculation<T>::Calculation(int _maxSteps, std::string _name, bool _doRegister) :
    17   Process(_maxSteps,_name,_doRegister),
     16Calculation<T>::Calculation(int _maxSteps, const ActionTraits &_trait, bool _doRegister) :
     17  Process(_maxSteps,_trait,_doRegister),
    1818  result(0),
    1919  done(false)
Note: See TracChangeset for help on using the changeset viewer.