ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/selection/DistanceFinder.hpp
(Generate patch)

Comparing trunk/src/selection/DistanceFinder.hpp (file contents):
Revision 769 by gezelter, Fri Apr 15 22:04:00 2005 UTC vs.
Revision 770 by tim, Fri Dec 2 15:38:03 2005 UTC

# Line 41 | Line 41
41   #ifndef SELECTION_DISTANCEFINDER_HPP
42   #define SELECTION_DISTANCEFINDER_HPP
43   #include "brains/SimInfo.hpp"
44 < #include "utils/BitSet.hpp"
44 > #include "utils/OOPSEBitSet.hpp"
45   #include "primitives/StuntDouble.hpp"
46   namespace oopse {
47  
# Line 49 | Line 49 | namespace oopse {
49    public:
50      DistanceFinder(SimInfo* si);
51  
52 <    BitSet find(const BitSet& bs, double distance);
52 >    OOPSEBitSet find(const OOPSEBitSet& bs, double distance);
53  
54      SimInfo* info_;
55      std::vector<StuntDouble*> stuntdoubles_;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines