- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/AnalysisAction/SurfaceCorrelationAction.cpp
r26b4d62 r7ee21d 115 115 OutputCorrelationMap<BinPairMap> ( &binoutput, binmap, OutputCorrelation_Header, OutputCorrelation_Value ); 116 116 delete TesselStruct; // surfacemap contains refs to triangles! delete here, not earlier! 117 delete (binmap);118 delete (surfacemap);117 delete binmap; 118 delete surfacemap; 119 119 output.close(); 120 120 binoutput.close();
Note:
See TracChangeset
for help on using the changeset viewer.