--- trunk/src/selection/IndexFinder.hpp 2005/03/09 18:48:14 416 +++ trunk/src/selection/IndexFinder.hpp 2005/04/15 22:04:00 507 @@ -45,22 +45,22 @@ namespace oopse { #include "primitives/StuntDouble.hpp" namespace oopse { -class IndexFinder { - public: - IndexFinder(SimInfo* si); + class IndexFinder { + public: + IndexFinder(SimInfo* si); - BitSet find(int molIndex); - BitSet find(int begMolIndex, int endMolIndex); + BitSet find(int molIndex); + BitSet find(int begMolIndex, int endMolIndex); - private: + private: - void init(); + void init(); - SimInfo* info_; - std::vector bitSets_; - int nStuntDoubles_; + SimInfo* info_; + std::vector bitSets_; + int nStuntDoubles_; -}; + }; } #endif