Browse Source

deprecate fit rigid

Former-commit-id: d1322d0fdc73c018e8a98ac3e5bbcf14952eb18c
Alec Jacobson 10 years ago
parent
commit
df9abd32ef
1 changed files with 1 additions and 0 deletions
  1. 1 0
      include/igl/fit_rigid.h

+ 1 - 0
include/igl/fit_rigid.h

@@ -8,6 +8,7 @@
 #ifndef IGL_FIT_RIGID_H
 #define IGL_FIT_RIGID_H
 
+#warning "Deprecated. Use igl/procrustes.h instead"
 #include "igl_inline.h"
 #include <Eigen/Core>
 #include <Eigen/Geometry>