Skip to content
Snippets Groups Projects
Commit 3ec7d004 authored by Jean-Matthieu Etancelin's avatar Jean-Matthieu Etancelin Committed by Franck Pérignon
Browse files

printer ascii

parent bf33fccb
No related branches found
No related tags found
No related merge requests found
......@@ -240,6 +240,7 @@ class Printer(Monitoring):
f.write("{0:8.12} ".format(
df[0][i, j]))
f.write("\n")
f.write("\n")
elif pbDimension == 3:
for i in xrange(shape[0] - 1):
for j in xrange(shape[1] - 1):
......
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