Skip to content
  • Joachim Pouderoux's avatar
    Fix locale issue with Legacy VTK readers & writers · e4f5ae84
    Joachim Pouderoux authored
    Previous implementation is sensible to the locale settings.
    This can lead to the creation of VTK files with decimal separators
    that, for instance, are not compatible with applications like ParaView
    that sets the "C" locale to avoid such conflicts.
    This fix set the "C" locale before reading/writing files and restore
    the previous value when done.
    e4f5ae84