Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Actions/AnalysisAction/MolecularVolumeAction.cpp

    r952f38 r88b400  
    1616#include "Helpers/Log.hpp"
    1717#include "Helpers/Verbose.hpp"
     18#include "tesselation.hpp"
    1819#include "World.hpp"
    1920
     
    6061    LCList = new LinkedCell(mol, 10.);
    6162    config * const configuration = World::getInstance().getConfig();
    62     Boundaries *BoundaryPoints = NULL;
     63    //Boundaries *BoundaryPoints = NULL;
    6364    //FindConvexBorder(mol, BoundaryPoints, TesselStruct, LCList, argv[argptr]);
    6465    FindNonConvexBorder(mol, TesselStruct, LCList, 5., NULL);
Note: See TracChangeset for help on using the changeset viewer.