bugfix textoutput

This commit is contained in:
Marcel Paffrath 2015-11-19 11:38:54 +01:00
parent 82089a6490
commit 7f85ed99c0

View File

@ -341,7 +341,7 @@ def addCheckerboard(spacing = 10., pertubation = 0.1, inputfile = 'vgrids.in',
_update_progress(progress) _update_progress(progress)
print('Added checkerboard to the grid in file %s with a spacing of %s and a pertubation of %s %%. ' print('Added checkerboard to the grid in file %s with a spacing of %s and a pertubation of %s %%. '
'Outputfile: %s.'%(inputfile, spacing, pertubation, outputfile)) 'Outputfile: %s.'%(inputfile, spacing, pertubation*100, outputfile))
outfile.close() outfile.close()
def addBox(x = (None, None), y = (None, None), z = (None, None), def addBox(x = (None, None), y = (None, None), z = (None, None),