Ignore:
File:
1 edited

Legend:

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

    r952f38 r88b400  
    1515#include "Helpers/Log.hpp"
    1616#include "molecule.hpp"
     17#include "tesselation.hpp"
    1718#include "Helpers/Verbose.hpp"
    1819#include "World.hpp"
     
    8485    DoLog(1) && (Log() << Verbose(1) << "Storing tecplot non-convex data in " << filenameNonConvex << "." << endl);
    8586    LCList = new LinkedCell(mol, 100.);
    86     Boundaries *BoundaryPoints = NULL;
     87    //Boundaries *BoundaryPoints = NULL;
    8788    //FindConvexBorder(mol, BoundaryPoints, TesselStruct, LCList, argv[argptr]);
    8889    // TODO: Beide Funktionen sollten streams anstelle des Filenamen benutzen, besser fuer unit tests
Note: See TracChangeset for help on using the changeset viewer.