Changes in src/Bond/bond.hpp [e23fec:1f693d]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Bond/bond.hpp
re23fec r1f693d 19 19 20 20 #include <boost/shared_ptr.hpp> 21 22 #include "types.hpp"23 21 24 22 #include "Bond/bond_observable.hpp" … … 53 51 54 52 bool Contains(const ParticleInfo * const ptr) const; 55 bool ContainsNr(const int nr) const; 56 bool ContainsId(const atomId_t nr) const; 53 bool Contains(const int nr) const; 57 54 double GetDistance() const; 58 55 double GetDistanceSquared() const;
Note:
See TracChangeset
for help on using the changeset viewer.