- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/TesselationAction/ConvexEnvelopeAction.cpp
rf6bd32 rbdc91e 5 5 * Author: heber 6 6 */ 7 8 #include "Helpers/MemDebug.hpp" 7 9 8 10 #include "Actions/TesselationAction/ConvexEnvelopeAction.hpp" … … 68 70 DoLog(1) && (Log() << Verbose(1) << "Storing tecplot non-convex data in " << filenameNonConvex << "." << endl); 69 71 LCList = new LinkedCell(mol, 100.); 70 //FindConvexBorder(mol, LCList, argv[argptr]); 72 Boundaries *BoundaryPoints = NULL; 73 //FindConvexBorder(mol, BoundaryPoints, TesselStruct, LCList, argv[argptr]); 71 74 // TODO: Beide Funktionen sollten streams anstelle des Filenamen benutzen, besser fuer unit tests 72 75 FindNonConvexBorder(mol, TesselStruct, LCList, 50., filenameNonConvex.c_str());
Note:
See TracChangeset
for help on using the changeset viewer.