Surface_mesh_deformtion

This commit is contained in:
Andreas Fabri 2018-01-17 21:21:32 +00:00
parent e34529aa9a
commit c6515142a8
2 changed files with 5 additions and 2 deletions

View File

@ -30,7 +30,7 @@ namespace CGAL {
// replacement for C99 functions
inline int
feclearexcept(int exceptions) {
feclearexcept(int /* exceptions */ ) {
_clearfp();
return 0;
}

View File

@ -23,6 +23,7 @@
#include <CGAL/license/Surface_mesh_deformation.h>
#include <CGAL/disable_warnings.h>
#include <CGAL/config.h>
#include <CGAL/Default.h>
@ -1506,7 +1507,6 @@ private:
else
{
return energy_arap();
return 0;
}
}
double energy_arap() const
@ -1613,4 +1613,7 @@ private:
}
};
} //namespace CGAL
#include <CGAL/enable_warnings.h>
#endif // CGAL_SURFACE_MESH_DEFORMATION_H