summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2017-06-18 07:52:46 -0700
committerKaz Kylheku <kaz@kylheku.com>2017-06-18 10:14:33 -0700
commitcf5f21c8e7c54f0053c223e9ae6490b71d7314d3 (patch)
treeb4bc10659ea32f00df7a95c40f26712ce4027351
parent185d8ebc898f623acaff580eb934c6e345307a93 (diff)
downloadtxr-cf5f21c8e7c54f0053c223e9ae6490b71d7314d3.tar.gz
txr-cf5f21c8e7c54f0053c223e9ae6490b71d7314d3.tar.bz2
txr-cf5f21c8e7c54f0053c223e9ae6490b71d7314d3.zip
mpi: smaller default precision.
* mpi/mpi-config.h (MP_DEFPREC): Change from 16 to 8.
-rw-r--r--mpi/mpi-config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpi/mpi-config.h b/mpi/mpi-config.h
index 56bcc482..ed7a87b6 100644
--- a/mpi/mpi-config.h
+++ b/mpi/mpi-config.h
@@ -41,7 +41,7 @@
#endif
#ifndef MP_DEFPREC
-#define MP_DEFPREC 16 /* default precision, in digits */
+#define MP_DEFPREC 8 /* default precision, in digits */
#endif
#ifndef MP_MACRO