Ignore:
File:
1 edited

Legend:

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

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