Ignore:
Timestamp:
Feb 25, 2010, 10:32:14 AM (15 years ago)
Author:
Tillmann Crueger <crueger@…>
Children:
a1a532
Parents:
e7e088
Message:

Added overloaded methods for all methods in the world taking an AtomDescriptor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/World_calculations.hpp

    re7e088 rbb89b9  
    1818}
    1919
     20template<typename T>
     21AtomsCalculation<T>* World::calcOnAtoms(boost::function<T(atom*)> op,std::string name) {
     22  return calcOnAtoms<T>(op,name,AllAtoms());
     23}
     24
    2025#endif /* WORLD_CALCULATIONS_HPP_ */
Note: See TracChangeset for help on using the changeset viewer.