Skip to content
Snippets Groups Projects
Commit 949a1e60 authored by Giovanni La Mura's avatar Giovanni La Mura
Browse files

Remove unused output argument.

parent 95b1730f
No related branches found
No related tags found
No related merge requests found
......@@ -353,7 +353,7 @@ int main(int argc, char **argv) {
fprintf(output, "%13.4lE", pigt / wn);
fprintf(output, "%13.4lE", pu);
fprintf(output, "%13.4lE\n", pu * evc);
fprintf(output, " SCALE FACTORS XI\n", pu * evc);
fprintf(output, " SCALE FACTORS XI\n");
for (int jxi6612 = 1; jxi6612 <= nxi; jxi6612++)
fprintf(output, "%5d%13.4lE\n", jxi6612, xiv[jxi6612 - 1]);
//INXI branch ends here.
......
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