From 314a11695b7d8e581e8356f635b661f846a21ea0 Mon Sep 17 00:00:00 2001 From: Erik Schnetter Date: Sun, 4 Dec 2011 18:36:03 -0500 Subject: CarpetIOASCII: Omit erroneous newlines in output Don't output newline after describing a group's variables unless these are actually output. --- Carpet/CarpetIOASCII/src/ioascii.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Carpet/CarpetIOASCII') 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 -- cgit v1.2.3