Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Actions/TesselationAction/NonConvexEnvelopeAction.cpp

    raf2c424 re4afb4  
    5656    start = clock();
    5757    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());
    5959    //FindDistributionOfEllipsoids(T, &LCList, N, number, params.filename.c_str());
    6060    end = clock();
     
    9090  return false;
    9191}
    92 
    93 const string TesselationNonConvexEnvelopeAction::getName() {
    94   return NAME;
    95 }
    9692/** =========== end of function ====================== */
Note: See TracChangeset for help on using the changeset viewer.