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

Comparing trunk/OOPSE-4/src/selection/DistanceFinder.hpp (file contents):
Revision 1999 by tim, Fri Feb 11 22:39:03 2005 UTC vs.
Revision 2204 by gezelter, Fri Apr 15 22:04:00 2005 UTC

# Line 45 | Line 45 | class DistanceFinder {
45   #include "primitives/StuntDouble.hpp"
46   namespace oopse {
47  
48 < class DistanceFinder {
49 <    public:
50 <        DistanceFinder(SimInfo* si);
48 >  class DistanceFinder {
49 >  public:
50 >    DistanceFinder(SimInfo* si);
51  
52 <        BitSet find(const BitSet& bs, double distance);
52 >    BitSet find(const BitSet& bs, double distance);
53  
54 <        SimInfo* info_;
55 <        std::vector<StuntDouble*> stuntdoubles_;
56 <        int nStuntDoubles_;
54 >    SimInfo* info_;
55 >    std::vector<StuntDouble*> stuntdoubles_;
56 >    int nStuntDoubles_;
57          
58 < };
58 >  };
59  
60   }
61   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines