mirror of
https://github.moeyy.xyz/https://github.com/TheAlgorithms/C.git
synced 2023-10-11 15:56:24 +08:00
fixed 0^th iter log print
This commit is contained in:
parent
da073120d0
commit
8e2ad2e1ef
@ -115,7 +115,7 @@ int main(int argc, char **argv)
|
|||||||
|
|
||||||
#if defined(DEBUG) || !defined(NDEBUG)
|
#if defined(DEBUG) || !defined(NDEBUG)
|
||||||
fprintf(log_file, "avg. correction");
|
fprintf(log_file, "avg. correction");
|
||||||
fprintf(log_file, "0,");
|
fprintf(log_file, "\n0,");
|
||||||
for (n = 0; n < degree - 1; n++)
|
for (n = 0; n < degree - 1; n++)
|
||||||
fprintf(log_file, "%s,", complex_str(s0[n]));
|
fprintf(log_file, "%s,", complex_str(s0[n]));
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user