소스 검색

turn off debug

Former-commit-id: 48f893095452205a187da50a8a693d7d6de06783
Alec Jacobson 10 년 전
부모
커밋
3f99cbaefe
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      include/igl/peel_outer_hull_layers.cpp

+ 1 - 1
include/igl/peel_outer_hull_layers.cpp

@@ -3,7 +3,7 @@
 #include "writePLY.h"
 #include <vector>
 #include <iostream>
-#define IGL_PEEL_OUTER_HULL_LAYERS_DEBUG
+//#define IGL_PEEL_OUTER_HULL_LAYERS_DEBUG
 #ifdef IGL_PEEL_OUTER_HULL_LAYERS_DEBUG
 #include "STR.h"
 #endif