fixed bad print format

This commit is contained in:
vhenson 1997-01-08 21:56:49 +00:00
parent 4f309bd912
commit 9b065dea59
2 changed files with 2 additions and 2 deletions

View File

@ -360,7 +360,7 @@ Solver *solver;
amg_nwt, amg_ewt);
fprintf(fp, " Strong connection definition (nstr): %d \n", amg_nstr);
fprintf(fp, " Number and type of cycles (ncyc): %d \n", amg_ncyc);
fprintf(fp, " Stopping Tolerance %d \n",
fprintf(fp, " Stopping Tolerance %e \n",
stop_tolerance);
fprintf(fp, " W-cycling parameter (mu): ");
for (j = 0; j < 10; j++)

View File

@ -360,7 +360,7 @@ Solver *solver;
amg_nwt, amg_ewt);
fprintf(fp, " Strong connection definition (nstr): %d \n", amg_nstr);
fprintf(fp, " Number and type of cycles (ncyc): %d \n", amg_ncyc);
fprintf(fp, " Stopping Tolerance %d \n",
fprintf(fp, " Stopping Tolerance %e \n",
stop_tolerance);
fprintf(fp, " W-cycling parameter (mu): ");
for (j = 0; j < 10; j++)