- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/TesselationAction/ConvexEnvelopeAction.cpp
r952f38 r88b400 15 15 #include "Helpers/Log.hpp" 16 16 #include "molecule.hpp" 17 #include "tesselation.hpp" 17 18 #include "Helpers/Verbose.hpp" 18 19 #include "World.hpp" … … 84 85 DoLog(1) && (Log() << Verbose(1) << "Storing tecplot non-convex data in " << filenameNonConvex << "." << endl); 85 86 LCList = new LinkedCell(mol, 100.); 86 Boundaries *BoundaryPoints = NULL;87 //Boundaries *BoundaryPoints = NULL; 87 88 //FindConvexBorder(mol, BoundaryPoints, TesselStruct, LCList, argv[argptr]); 88 89 // TODO: Beide Funktionen sollten streams anstelle des Filenamen benutzen, besser fuer unit tests
Note:
See TracChangeset
for help on using the changeset viewer.