Mentions légales du service

Skip to content
Snippets Groups Projects
Commit de032443 authored by HASTARAN Matias's avatar HASTARAN Matias
Browse files

replace errorPrint by pastix_error_print

parent edf863b3
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment