Skip to content

Fix missing initialization of iCurrPrecision if compiled without NetCDF

Reinhard Resch requested to merge fix-OutputHandler-iCurrPrecision-init into develop

This branch fixes an issue which causes a default output precision of zero. Without this fix, you will get text output like 1e6 instead of 1.234567e6-

Merge request reports