Changes in src/World.cpp [69643a:992bd5]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/World.cpp
r69643a r992bd5 505 505 const molecule *mol = _mol; 506 506 void (World::*func)(const atom*) = &World::unselectAtom; // needed for type resolution of overloaded function 507 for_each(mol->begin(),mol->end(),bind1st(mem_fun(func),this)); // func is uns select... see above507 for_each(mol->begin(),mol->end(),bind1st(mem_fun(func),this)); // func is unselect... see above 508 508 } 509 509
Note:
See TracChangeset
for help on using the changeset viewer.