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