aboutsummaryrefslogtreecommitdiff
path: root/scripts/gen-sfs
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/gen-sfs')
-rwxr-xr-xscripts/gen-sfs2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/gen-sfs b/scripts/gen-sfs
index 99216cf6..6a53f64e 100755
--- a/scripts/gen-sfs
+++ b/scripts/gen-sfs
@@ -74,7 +74,7 @@ while ( \$line = <FILE> ) {
my \$phase = \$5;
printf("%4i %4i %4i %10.2f %s %10.2f %7i\n",
- \$h, \$k, \$l, \$intensity, " -", \$sigi, 1);
+ \$h, \$k, \$l, \$intensity, " -", 0.0, 1);
} else {
printf(STDERR "Couldn't understand line '%s'\n", \$line);