Browse Source

comment that example is broken

Former-commit-id: 6883abfd273e2a87526c450b37c654790732f7a9
Alec Jacobson 10 years ago
parent
commit
b7582a3fb3
1 changed files with 3 additions and 1 deletions
  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>