- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/AtomsCalculation_impl.hpp
r047878 re4afb4 15 15 16 16 template<typename T> 17 AtomsCalculation<T>::AtomsCalculation(boost::function<T(atom*)> _op, std::string name,AtomDescriptor _descr) :18 Calculation<std::vector<T> >(0, name,false),17 AtomsCalculation<T>::AtomsCalculation(boost::function<T(atom*)> _op,const ActionTraits &_trait,AtomDescriptor _descr) : 18 Calculation<std::vector<T> >(0,_trait,false), 19 19 descr(_descr), 20 20 op(_op)
Note:
See TracChangeset
for help on using the changeset viewer.