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.cpp

    r91b1e79 rafa056  
    32473247 * @param point of which to check the position
    32483248 * @param *LC LinkedCell structure
    3249  * @param epsilon Distance of \a &Point to Center of triangle (of point outwards) is tested less against this value (standard: -MYEPSILON)
    32503249 *
    32513250 * @return true if the point is inside the tesselation structure, false otherwise
    32523251 */
    3253 bool Tesselation::IsInnerPoint(const Vector &Point, const LinkedCell* const LC, const double epsilon) const
     3252bool Tesselation::IsInnerPoint(const Vector &Point, const LinkedCell* const LC) const
    32543253{
    32553254  Info FunctionInfo(__func__);
Note: See TracChangeset for help on using the changeset viewer.