# | Line 49 | Line 49 | namespace oopse { | |
---|---|---|
49 | public: | |
50 | DistanceFinder(SimInfo* si); | |
51 | ||
52 | < | OOPSEBitSet find(const OOPSEBitSet& bs, double distance); |
52 | > | OOPSEBitSet find(const OOPSEBitSet& bs, RealType distance); |
53 | ||
54 | SimInfo* info_; | |
55 | std::vector<StuntDouble*> stuntdoubles_; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |