From 7f85ed99c0d9685b3e087f4ab808524e4756aa5f Mon Sep 17 00:00:00 2001 From: Marcel Paffrath Date: Thu, 19 Nov 2015 11:38:54 +0100 Subject: [PATCH] bugfix textoutput --- pylot/core/active/fmtomoUtils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pylot/core/active/fmtomoUtils.py b/pylot/core/active/fmtomoUtils.py index 3ca0f5d3..558f2fd4 100644 --- a/pylot/core/active/fmtomoUtils.py +++ b/pylot/core/active/fmtomoUtils.py @@ -341,7 +341,7 @@ def addCheckerboard(spacing = 10., pertubation = 0.1, inputfile = 'vgrids.in', _update_progress(progress) 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() def addBox(x = (None, None), y = (None, None), z = (None, None),