From de032443fe9c554a0b88aab2c462c6c50d2e6641 Mon Sep 17 00:00:00 2001 From: Matias Hastaran <matias.hastaran@inria.fr> Date: Tue, 13 Dec 2016 14:21:36 +0100 Subject: [PATCH] replace errorPrint by pastix_error_print --- spm_read_driver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spm_read_driver.c b/spm_read_driver.c index d010ce40..d7fd190b 100644 --- a/spm_read_driver.c +++ b/spm_read_driver.c @@ -139,7 +139,7 @@ spmReadDriver( pastix_driver_t driver, /* Check integer compatibility */ if (sizeof(pastix_int_t) != sizeof(SCOTCH_Num)) { - errorPrint("Inconsistent integer type\n"); + pastix_error_print("Inconsistent integer type\n"); fclose(file); return PASTIX_ERR_INTEGER_TYPE; } -- GitLab