aboutsummaryrefslogtreecommitdiff
path: root/Carpet
diff options
context:
space:
mode:
authorschnetter <>2002-10-16 10:36:00 +0000
committerschnetter <>2002-10-16 10:36:00 +0000
commit91fb482baa68fa9f532e58eb0c7f598ee55cbe28 (patch)
tree30221ef1e6ecae495d9f6abff0e904aeba8ba891 /Carpet
parent45bc580f8ef5e2a4a95bc0fc47d28b6c01881bc5 (diff)
Applying patches from Ian Hawke:
Applying patches from Ian Hawke: Added very basic (and pretty useless) documentation. Added perl script that converts to x/ygraph format. Not convinced that the perl script will work correctly for a multiprocessor run. The current behaviour is that if component 0 is output first then it will be "correct", but that the points on more than one component are output multiple times. I think this is a useful check -- YMMV. However, I think the results will be incorrect if component 0 is not the first one output; I have yet to encounter this case. darcs-hash:20021016103605-07bb3-e161bcb452f9350c3bccb1b91f957c4a56588ba8.gz
Diffstat (limited to 'Carpet')
-rwxr-xr-xCarpet/CarpetIOASCII/src/util/Carpet2ygraph.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Carpet/CarpetIOASCII/src/util/Carpet2ygraph.pl b/Carpet/CarpetIOASCII/src/util/Carpet2ygraph.pl
index 0f49aaf01..2d31d9647 100755
--- a/Carpet/CarpetIOASCII/src/util/Carpet2ygraph.pl
+++ b/Carpet/CarpetIOASCII/src/util/Carpet2ygraph.pl
@@ -97,7 +97,7 @@ while (<CARPETFILE>)
}
else # The line contains real data
{
- @data = split(/ \t]+/,$line);
+ @data = split(/ +/,$line);
if ($flag== 0) # This is the first line of data
{
$flag = 1;