From 949a1e60de04110916ea5a934167618540031b9b Mon Sep 17 00:00:00 2001 From: Giovanni La Mura <giovanni.lamura@inaf.it> Date: Mon, 16 Oct 2023 17:13:00 +0200 Subject: [PATCH] Remove unused output argument. --- src/sphere/edfb.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sphere/edfb.cpp b/src/sphere/edfb.cpp index 244c11b2..e632b797 100644 --- a/src/sphere/edfb.cpp +++ b/src/sphere/edfb.cpp @@ -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. -- GitLab