Browse Source

deprecation warning

Former-commit-id: 4b4c619bc59ad84be23315c3165f758214fda4b0
Alec Jacobson 10 years ago
parent
commit
d12a430dc7
1 changed files with 1 additions and 0 deletions
  1. 1 0
      include/igl/angles.h

+ 1 - 0
include/igl/angles.h

@@ -7,6 +7,7 @@
 // obtain one at http://mozilla.org/MPL/2.0/.
 #ifndef IGL_ANGLES_H
 #define IGL_ANGLES_H
+#warning "Deprecated. Use igl/internal_angles.h instead"
 #include "igl_inline.h"
 #include <Eigen/Core>
 namespace igl