ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/selection/IndexFinder.hpp
(Generate patch)

Comparing trunk/OOPSE-4/src/selection/IndexFinder.hpp (file contents):
Revision 2100 by tim, Wed Mar 9 18:48:14 2005 UTC vs.
Revision 2204 by gezelter, Fri Apr 15 22:04:00 2005 UTC

# Line 45 | Line 45 | class IndexFinder {
45   #include "primitives/StuntDouble.hpp"
46   namespace oopse {
47  
48 < class IndexFinder {
49 <    public:
50 <        IndexFinder(SimInfo* si);
48 >  class IndexFinder {
49 >  public:
50 >    IndexFinder(SimInfo* si);
51  
52 <        BitSet find(int molIndex);
53 <        BitSet find(int begMolIndex, int endMolIndex);
52 >    BitSet find(int molIndex);
53 >    BitSet find(int begMolIndex, int endMolIndex);
54  
55 <    private:
55 >  private:
56  
57 <        void init();
57 >    void init();
58          
59 <        SimInfo* info_;
60 <        std::vector<BitSet> bitSets_;
61 <        int nStuntDoubles_;
59 >    SimInfo* info_;
60 >    std::vector<BitSet> bitSets_;
61 >    int nStuntDoubles_;
62          
63 < };
63 >  };
64  
65   }
66   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines