aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;