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

Comparing trunk/src/selection/IndexFinder.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_INDEXFINDER_HPP
42   #define SELECTION_INDEXFINDER_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      IndexFinder(SimInfo* si);
51  
52 <    BitSet find(int molIndex);
53 <    BitSet find(int begMolIndex, int endMolIndex);
52 >    OOPSEBitSet find(int molIndex);
53 >    OOPSEBitSet find(int begMolIndex, int endMolIndex);
54  
55    private:
56  
57      void init();
58          
59      SimInfo* info_;
60 <    std::vector<BitSet> bitSets_;
60 >    std::vector<OOPSEBitSet> bitSets_;
61      int nStuntDoubles_;
62          
63    };

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines