Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/triangleintersectionlist.cpp

    rbdc91e r36166d  
    1111#include "Helpers/MemDebug.hpp"
    1212
    13 #include <boost/scoped_ptr.hpp>
    14 
    1513#include "triangleintersectionlist.hpp"
    1614
     
    1816#include "tesselation.hpp"
    1917#include "vector.hpp"
     18#include "verbose.hpp"
    2019
    2120/** Constructor for class TriangleIntersectionList.
     
    120119
    121120  // get closest points
    122   boost::scoped_ptr< DistanceToPointMap > points(Tess->FindClosestBoundaryPointsToVector(Point,Vicinity));
     121  DistanceToPointMap * points = Tess->FindClosestBoundaryPointsToVector(Point,Vicinity);
    123122  if (points == NULL) {
    124123    DoeLog(1) && (eLog()<< Verbose(1) << "There is no nearest point: too far away from the surface." << endl);
Note: See TracChangeset for help on using the changeset viewer.