- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/TesselationAction/NonConvexEnvelopeAction.cpp
raf2c424 re4afb4 56 56 start = clock(); 57 57 LCList = new LinkedCell(*Boundary, params.SphereRadius*2.); 58 Success = FindNonConvexBorder(Boundary, T, LCList, params.SphereRadius, params.filename. c_str());58 Success = FindNonConvexBorder(Boundary, T, LCList, params.SphereRadius, params.filename.string().c_str()); 59 59 //FindDistributionOfEllipsoids(T, &LCList, N, number, params.filename.c_str()); 60 60 end = clock(); … … 90 90 return false; 91 91 } 92 93 const string TesselationNonConvexEnvelopeAction::getName() {94 return NAME;95 }96 92 /** =========== end of function ====================== */
Note:
See TracChangeset
for help on using the changeset viewer.