diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2017-06-18 07:52:46 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2017-06-18 07:52:46 -0700 |
commit | 84905b35bfbb7d886978d6ec078e6bec014a3ef9 (patch) | |
tree | b4bc10659ea32f00df7a95c40f26712ce4027351 /mpi/mpi-config.h | |
parent | e08945635fe7703ee9d61431f12e7b8767516fc3 (diff) | |
download | txr-84905b35bfbb7d886978d6ec078e6bec014a3ef9.tar.gz txr-84905b35bfbb7d886978d6ec078e6bec014a3ef9.tar.bz2 txr-84905b35bfbb7d886978d6ec078e6bec014a3ef9.zip |
mpi: smaller default precision.
* mpi/mpi-config.h (MP_DEFPREC): Change from 16 to 8.
Diffstat (limited to 'mpi/mpi-config.h')
-rw-r--r-- | mpi/mpi-config.h | 2 |
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 |