valette / ACVD

Fast simplification of 3D surface meshes
https://www.creatis.insa-lyon.fr/~valette/public/project/acvd/
Other
266 stars 57 forks source link

Fix for compile errors about "‘fabs’ was not declared" with VTK 9.0.2 #37

Closed sercxjo closed 3 years ago

sercxjo commented 3 years ago

With the fresh version of VTK gcc reports errors:

 ACVD/VolumeProcessing/vtkOOCMetaImageReader.cxx:219:16: error: ‘fabs’ was not declared in this scope; did you mean ‘labs’?
valette commented 3 years ago

merged, thanks!