summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2015-04-09 15:32:18 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2015-04-09 15:32:18 +0000
commit6a97eda862a7d2d2d6f73b9be8228db602e0e283 (patch)
tree197ef423ec74a8f6abcfd429ee9f90073df1b5a5
parentb136367d04bffb54f23db6f58962d3915a068517 (diff)
downloadmpfr-6a97eda862a7d2d2d6f73b9be8228db602e0e283.tar.gz
[tests/tsum.c] Replaced a mpfr_inits by a mpfr_inits2.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/branches/new-sum@9368 280ebfd0-de03-0410-8827-d642c229c3f4
-rw-r--r--tests/tsum.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tsum.c b/tests/tsum.c
index e1f1c9fda..b7e711bf0 100644
--- a/tests/tsum.c
+++ b/tests/tsum.c
@@ -171,7 +171,7 @@ void check_special (void)
mpfr_ptr tabp[3];
int i;
- mpfr_inits (tab[0], tab[1], tab[2], r, (mpfr_ptr) 0);
+ mpfr_inits2 (53, tab[0], tab[1], tab[2], r, (mpfr_ptr) 0);
tabp[0] = tab[0];
tabp[1] = tab[1];
tabp[2] = tab[2];