aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetIOASCII
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2011-12-04 18:36:03 -0500
committerBarry Wardell <barry.wardell@gmail.com>2011-12-14 19:55:03 +0000
commit314a11695b7d8e581e8356f635b661f846a21ea0 (patch)
tree69562ffb94aa91c7839f3bc0624748ea33f54262 /Carpet/CarpetIOASCII
parent3b7ca685a28fc4f04848a3e0bbd2d2883286e922 (diff)
CarpetIOASCII: Omit erroneous newlines in output
Don't output newline after describing a group's variables unless these are actually output.
Diffstat (limited to 'Carpet/CarpetIOASCII')
-rw-r--r--Carpet/CarpetIOASCII/src/ioascii.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Carpet/CarpetIOASCII/src/ioascii.cc b/Carpet/CarpetIOASCII/src/ioascii.cc
index a7d124b9a..b4d1a3524 100644
--- a/Carpet/CarpetIOASCII/src/ioascii.cc
+++ b/Carpet/CarpetIOASCII/src/ioascii.cc
@@ -1357,8 +1357,8 @@ namespace CarpetIOASCII {
os << " " << col << ":" << CCTK_VarName(n);
col += CarpetSimpleMPIDatatypeLength (vartype);
}
+ os << eol;
}
- os << eol;
}
} // if out_fileinfo