mirror of https://github.com/CGAL/cgal
Surface_mesh_deformtion
This commit is contained in:
parent
e34529aa9a
commit
c6515142a8
|
|
@ -30,7 +30,7 @@ namespace CGAL {
|
|||
// replacement for C99 functions
|
||||
|
||||
inline int
|
||||
feclearexcept(int exceptions) {
|
||||
feclearexcept(int /* exceptions */ ) {
|
||||
_clearfp();
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue