Skip to content

Commit

Permalink
qed.c: Slightly change the per-configuration output format.
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMage committed Feb 1, 2012
1 parent af1316e commit a65c429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qed/qed.c
Expand Up @@ -252,7 +252,7 @@ int main(int argc, char **argv)
total_cgiterations1 += g_cgiterations1;
total_cgiterations2 += g_cgiterations2;

printf("\t Step %04i,\t mp = %2.4lf,\t pl = %2.4lf,\t cc = %2.4lf,\ttc = %lf,\t dh = %2.4lf,\tcg1 = %d,\tcg2 = %d,\tacc = %d\n", i, mp, pl, cc, tc, -dh, g_cgiterations1, g_cgiterations2, accepted_cur);
printf("\t Step %04i,\t mp = %2.4lf,\t pl = %2.4lf,\t cc = %2.4lf,\t tc = %lf,\t dh = %2.4lf,\t cg1 = %d,\t cg2 = %d,\t acc = %d\n", i, mp, pl, cc, tc, -dh, g_cgiterations1, g_cgiterations2, accepted_cur);
}

/* Some output for diagnostics */
Expand Down

0 comments on commit a65c429

Please sign in to comment.