Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Bond/bond.hpp

    r1f693d re23fec  
    1919
    2020#include <boost/shared_ptr.hpp>
     21
     22#include "types.hpp"
    2123
    2224#include "Bond/bond_observable.hpp"
     
    5153
    5254  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;
    5457  double GetDistance() const;
    5558  double GetDistanceSquared() const;
Note: See TracChangeset for help on using the changeset viewer.