Commit ada69672 by Zoltan Karsa

reformat output

parent a341d24c
......@@ -106,7 +106,7 @@ def writetofile2(filename, Cx, Cy, Dx, Dy, Dz, egyensulyi_mtx):
s *= 2
s += mtx_cpu[i][S][U]
f.write(f"{i % size_C}, {i % size_C}, {(i + int(i / lcm)) % size_D}, {(i + int(i / lcm)) % size_D}, {(i + int(i / lcm)) % size_D}, {s}\n")
f.write(f"{i % size_C}, {(i + int(i / lcm)) % size_D}, {s}\n")
f.close()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment