aboutsummaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authorshusa <shusa>2006-01-28 19:32:38 +0000
committershusa <shusa>2006-01-28 19:32:38 +0000
commit90378c7118bc48e27495c7ebe1bf9599161ee0e4 (patch)
tree455a20592463723999afeff1a74f414a960d0833 /Tools
parent452073da4154782b67427a281a07d49aa54ed7d6 (diff)
modify 2D output
Diffstat (limited to 'Tools')
-rw-r--r--Tools/CodeGen/Parfiles.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/Tools/CodeGen/Parfiles.m b/Tools/CodeGen/Parfiles.m
index 12bc1ee..b31ee75 100644
--- a/Tools/CodeGen/Parfiles.m
+++ b/Tools/CodeGen/Parfiles.m
@@ -852,7 +852,7 @@ CreateParfile[Name -> name,
IOSpec -> {outDir -> name,
outFormat -> ".16e",
ioEvery -> {100,
- crossingSteps, crossingSteps * 10, -1* (2 ^ lookup[opts, Resolution])},
+ crossingSteps, crossingSteps * 10, crossingSteps * 100},
ioInfoGFs -> Union@Flatten@{hamgf, lapsegf,
lookup[opts, ioInfoGFs]},
io0dGFs -> Union@Flatten@{hamgf, lapsegf,
@@ -910,7 +910,7 @@ CreateParfile[Name -> name,
IOSpec -> {outDir -> name,
outFormat -> ".16e",
ioEvery -> {100,
- crossingSteps, crossingSteps * 10, -1* (2 ^ lookup[opts, Resolution])},
+ crossingSteps, crossingSteps * 10, crossingSteps * 100},
ioInfoGFs -> Union@Flatten@{hamgf, lapsegf,
lookup[opts, ioInfoGFs]},
io0dGFs -> Union@Flatten@{hamgf, lapsegf,