Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Actions/AtomsCalculation_impl.hpp

    r047878 re4afb4  
    1515
    1616template<typename T>
    17 AtomsCalculation<T>::AtomsCalculation(boost::function<T(atom*)> _op,std::string name,AtomDescriptor _descr) :
    18   Calculation<std::vector<T> >(0,name,false),
     17AtomsCalculation<T>::AtomsCalculation(boost::function<T(atom*)> _op,const ActionTraits &_trait,AtomDescriptor _descr) :
     18  Calculation<std::vector<T> >(0,_trait,false),
    1919  descr(_descr),
    2020  op(_op)
Note: See TracChangeset for help on using the changeset viewer.