Ignore:
Timestamp:
Jan 11, 2010, 9:35:52 AM (16 years ago)
Author:
Frederik Heber <heber@…>
Children:
49d3e1e
Parents:
91b1e79
Message:

Removed unnecessary epsilon parameter.

  • epsilon before was used as a threshold parameter but is not needed anymore.
  • removed as parameter in case 'F' in builder.cpp
  • removed from Tesselation::IsInnerPoint()
  • removed from FillBoxWithMolecul() in boundary.?pp
File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/tesselation.hpp

    r91b1e79 rafa056  
    312312    list<BoundaryTriangleSet*> * FindClosestTrianglesToPoint(const Vector *x, const LinkedCell* LC) const;
    313313    class BoundaryTriangleSet * FindClosestTriangleToPoint(const Vector *x, const LinkedCell* LC) const;
    314     bool IsInnerPoint(const Vector &Point, const LinkedCell* const LC, const double epsilon = -MYEPSILON) const;
     314    bool IsInnerPoint(const Vector &Point, const LinkedCell* const LC) const;
    315315    bool AddBoundaryPoint(TesselPoint * Walker, const int n);
    316316    DistanceToPointMap * FindClosestBoundaryPointsToVector(const Vector *x, const LinkedCell* LC) const;
Note: See TracChangeset for help on using the changeset viewer.