Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Bond/bond.hpp

    re23fec r1f693d  
    1919
    2020#include <boost/shared_ptr.hpp>
    21 
    22 #include "types.hpp"
    2321
    2422#include "Bond/bond_observable.hpp"
     
    5351
    5452  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;
    5754  double GetDistance() const;
    5855  double GetDistanceSquared() const;
Note: See TracChangeset for help on using the changeset viewer.