basically all changes to member function that now state that they do not change member attributes.
in molecule_template.hpp all member functions are declared const, as we only need start and end from molecule and these are never changed (lots of overloaded templates removed thereby).
Vector::Distance...() and ...DistanceSquared() are const now too
(No files)
Note:
See TracChangeset
for help on using the changeset viewer.