Skip to content

Disable FPE for reading vtu files

Reading the VTU files can trigger floating point exceptions. Because we are not debugging VTK (or other libraries) at this point, the floating point exceptions are temporarily disabled and are restored at the end of the scope.

Merge request reports