Changeset bb89b9 for molecuilder/src/World_calculations.hpp
- Timestamp:
- Feb 25, 2010, 10:32:14 AM (15 years ago)
- Children:
- a1a532
- Parents:
- e7e088
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/World_calculations.hpp
re7e088 rbb89b9 18 18 } 19 19 20 template<typename T> 21 AtomsCalculation<T>* World::calcOnAtoms(boost::function<T(atom*)> op,std::string name) { 22 return calcOnAtoms<T>(op,name,AllAtoms()); 23 } 24 20 25 #endif /* WORLD_CALCULATIONS_HPP_ */
Note:
See TracChangeset
for help on using the changeset viewer.