소스 검색

comment that example is broken

Former-commit-id: 6883abfd273e2a87526c450b37c654790732f7a9
Alec Jacobson 10 년 전
부모
커밋
b7582a3fb3
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      examples/principal_curvature/curvature.cpp

+ 3 - 1
examples/principal_curvature/curvature.cpp

@@ -1,4 +1,6 @@
-
+// This example is broken. It secretly uses classes from inside
+// principal_curvature.cpp not the api provided in the header
+// principal_curvature.h
 #undef IGL_STATIC_LIBRARY
 #include <igl/principal_curvature.h>
 #include <igl/read_triangle_mesh.h>