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