Ignore:
Timestamp:
Apr 12, 2010, 4:25:50 PM (15 years ago)
Author:
Frederik Heber <heber@…>
Children:
a732ff
Parents:
f7e187
Message:

BUGFIX: LinkedCell::GetPointsInsideSphere() did not work if center of sphere was outside of LinkedCell's domain.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/linkedcell.hpp

    rf7e187 r41c00d  
    6161    bool SetIndexToNode(const TesselPoint * const Walker)const ;
    6262    bool SetIndexToVector(const Vector * const x)const ;
     63    double SetClosestIndexToOutsideVector(const Vector * const x) const;
    6364    bool CheckBounds()const ;
    6465    bool CheckBounds(const int relative[NDIM])const ;
     
    6768    LinkedCell::LinkedNodes* GetallNeighbours(const double distance = 0) const;
    6869    LinkedCell::LinkedNodes* GetPointsInsideSphere(const double radius, const Vector * const center) const;
    69 
    7070    // not implemented yet
    7171    bool AddNode(Vector *Walker);
Note: See TracChangeset for help on using the changeset viewer.