Ignore:
Timestamp:
01/08/08 23:07:10 (16 years ago)
Author:
mattausch
Message:
 
Location:
GTP/trunk/Lib/Vis/Preprocessing/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/Triangle3.h

    r2575 r2579  
    99class AxisAlignedBox3; 
    1010class Ray; 
    11 class SimpleRay; 
     11struct SimpleRay; 
    1212class Plane3; 
    1313 
  • GTP/trunk/Lib/Vis/Preprocessing/src/main.cpp

    r2575 r2579  
    183183#endif 
    184184 
    185         //Now just call this function at the start of your program and if you're 
    186         //compiling in debug mode (F5), any leaks will be displayed in the Output 
    187         //window when the program shuts down. If you're not in debug mode this will 
    188         //be ignored. Use it as you will! 
    189         //note: from GDNet Direct [3.8.04 - 3.14.04] void detectMemoryLeaks() { 
    190         _CrtSetDbgFlag(_CRTDBG_LEAK_CHECK_DF|_CRTDBG_ALLOC_MEM_DF); 
    191         _CrtSetReportMode(_CRT_ASSERT,_CRTDBG_MODE_FILE); 
    192         _CrtSetReportFile(_CRT_ASSERT,_CRTDBG_FILE_STDERR);  
    193  
    194185        InitTiming(); 
    195186        Debug.open("debug.log"); 
Note: See TracChangeset for help on using the changeset viewer.