Former-commit-id: 2c9f6bc3502706ba4d4ca10c2ff6a30828a30c40
@@ -242,8 +242,8 @@ namespace igl
const char * name,
TwType type,
const char * value_str);
- const std::vector<ReTwRWItem> & get_rw_items();
- const std::vector<ReTwCBItem> & get_cb_items();
+ IGL_INLINE const std::vector<ReTwRWItem> & get_rw_items();
+ IGL_INLINE const std::vector<ReTwCBItem> & get_cb_items();
};
}
@@ -370,12 +370,10 @@ IGL_INLINE void CurvatureCalculator::finalEigenStuff (int i, std::vector<Eigen::
double d = q.d();
double e = q.e();
-
- if (fabs(a) < 10e-8 || fabs(b) < 10e-8)
- {
- std::cout << "Degenerate quadric: " << i << std::endl;
- }
+// if (fabs(a) < 10e-8 || fabs(b) < 10e-8)
+// {
+// std::cout << "Degenerate quadric: " << i << std::endl;
+// }
double E = 1.0 + d*d;
double F = d*e;