2
0
mirror of https://github.com/Unidata/netcdf-c.git synced 2025-04-24 18:30:51 +08:00

precision fix

This commit is contained in:
Dennis Heimbigner 2022-03-23 20:48:18 -06:00
parent bee267e867
commit 4bed17e0da

@ -12,9 +12,7 @@ PARAMS="[log]"
OCLOGFILE=/dev/null
# Reduce the precision
if test "x$FP_ISOSX" != x ; then
DUMPFLAGS="-p7,14"
fi
# Locate directories
testdata3="${srcdir}/testdata3"