aboutsummaryrefslogtreecommitdiff
path: root/Carpet
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@aei.mpg.de>2005-06-17 20:12:00 +0000
committerErik Schnetter <schnetter@aei.mpg.de>2005-06-17 20:12:00 +0000
commit33fe8c318d01057341b2885246fd4177822c81ed (patch)
tree9c2405b8077dc0b3619cfbd4b559e2b09858d925 /Carpet
parent3c1aa5845392d4b6ff50b667981e195c18464f42 (diff)
CarpetIOASCII: Handle IO::out_fileinfo="axis labels"
darcs-hash:20050617201258-891bb-e4ee892a187ecb9edce18f9075020da6fd704d9d.gz
Diffstat (limited to 'Carpet')
-rw-r--r--Carpet/CarpetIOASCII/src/ioascii.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/Carpet/CarpetIOASCII/src/ioascii.cc b/Carpet/CarpetIOASCII/src/ioascii.cc
index 5df1d814a..f48a5c23b 100644
--- a/Carpet/CarpetIOASCII/src/ioascii.cc
+++ b/Carpet/CarpetIOASCII/src/ioascii.cc
@@ -485,6 +485,8 @@ namespace CarpetIOASCII {
bool want_other = false;
if (CCTK_EQUALS (out_fileinfo, "none")) {
// do nothing
+ } else if (CCTK_EQUALS (out_fileinfo, "axis labels")) {
+ // do nothing
} else if (CCTK_EQUALS (out_fileinfo, "creation date")) {
want_date = true;
} else if (CCTK_EQUALS (out_fileinfo, "parameter filename")) {