Ignore:
File:
1 edited

Legend:

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

    rf6bd32 rbdc91e  
    55 *      Author: heber
    66 */
     7
     8#include "Helpers/MemDebug.hpp"
    79
    810#include "Actions/TesselationAction/ConvexEnvelopeAction.hpp"
     
    6870    DoLog(1) && (Log() << Verbose(1) << "Storing tecplot non-convex data in " << filenameNonConvex << "." << endl);
    6971    LCList = new LinkedCell(mol, 100.);
    70     //FindConvexBorder(mol, LCList, argv[argptr]);
     72    Boundaries *BoundaryPoints = NULL;
     73    //FindConvexBorder(mol, BoundaryPoints, TesselStruct, LCList, argv[argptr]);
    7174    // TODO: Beide Funktionen sollten streams anstelle des Filenamen benutzen, besser fuer unit tests
    7275    FindNonConvexBorder(mol, TesselStruct, LCList, 50., filenameNonConvex.c_str());
Note: See TracChangeset for help on using the changeset viewer.