- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/AnalysisAction/MolecularVolumeAction.cpp
r952f38 r88b400 16 16 #include "Helpers/Log.hpp" 17 17 #include "Helpers/Verbose.hpp" 18 #include "tesselation.hpp" 18 19 #include "World.hpp" 19 20 … … 60 61 LCList = new LinkedCell(mol, 10.); 61 62 config * const configuration = World::getInstance().getConfig(); 62 Boundaries *BoundaryPoints = NULL;63 //Boundaries *BoundaryPoints = NULL; 63 64 //FindConvexBorder(mol, BoundaryPoints, TesselStruct, LCList, argv[argptr]); 64 65 FindNonConvexBorder(mol, TesselStruct, LCList, 5., NULL);
Note:
See TracChangeset
for help on using the changeset viewer.