From c12bd12306152503a3a6a1982886a492e395669f Mon Sep 17 00:00:00 2001 From: nico Date: Fri, 27 Jan 2017 12:18:19 +0100 Subject: [PATCH] minor changes to accomplish with new LibIGL version --- wrap/igl/smooth_field.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wrap/igl/smooth_field.h b/wrap/igl/smooth_field.h index c126a038..0d707532 100644 --- a/wrap/igl/smooth_field.h +++ b/wrap/igl/smooth_field.h @@ -37,7 +37,7 @@ #include #include #include -#include +#include namespace vcg { namespace tri { @@ -238,7 +238,7 @@ class FieldSmoother Eigen::MatrixXd output_field; Eigen::VectorXd output_sing; - igl::nrosy(V,F,HardI,HardD,SoftI,SoftW,SoftD,Ndir,alpha_soft,output_field,output_sing); + igl::copyleft::comiso::nrosy(V,F,HardI,HardD,SoftI,SoftW,SoftD,Ndir,alpha_soft,output_field,output_sing); //finally update the principal directions for (size_t i=0;i