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

Comparing trunk/src/selection/DistanceFinder.cpp (file contents):
Revision 507 by gezelter, Fri Apr 15 22:04:00 2005 UTC vs.
Revision 963 by tim, Wed May 17 21:51:42 2006 UTC

# Line 70 | Line 70 | namespace oopse {
70  
71    }
72  
73 <  BitSet DistanceFinder::find(const BitSet& bs, double distance) {
73 >  OOPSEBitSet DistanceFinder::find(const OOPSEBitSet& bs, RealType distance) {
74      StuntDouble * center;
75      Vector3d centerPos;
76      Snapshot* currSnapshot = info_->getSnapshotManager()->getCurrentSnapshot();
77 <    BitSet bsResult(nStuntDoubles_);
77 >    OOPSEBitSet bsResult(nStuntDoubles_);
78      assert(bsResult.size() == bs.size());
79      
80      for (int i = bs.firstOnBit(); i != -1; i = bs.nextOnBit(i)) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines