aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetIOASCII/src/ioascii.hh
diff options
context:
space:
mode:
authorThomas Radke <tradke@aei.mpg.de>2005-11-20 18:28:00 +0000
committerThomas Radke <tradke@aei.mpg.de>2005-11-20 18:28:00 +0000
commit4dcf17df6ce2e7e57deb2eb8596aec30dc10b251 (patch)
treea10d580de2d1ebd96602663cd816df66c2d33709 /Carpet/CarpetIOASCII/src/ioascii.hh
parent320aa358a82ab670d312a0a05d956bfaef2a02ea (diff)
CarpetIOASCII: make use of IOUtil's infrastructure to implement new features and
fix a bug As CarpetIOHDF5, CarpetIOASCII now provides option strings to variable/group names in IOASCII::out[0-3]D_vars parameters. Currently supported options are 'out_every' and 'refinement_levels' to specify individual output frequencies and refinement levels. See the thorn documentation for details. Also fixed was a bug in output file handling for the case when both periodic and unconditional output (via CCTK_OutputVarAsByMethod()) into separate files were requested: each output file is now properly truncated. darcs-hash:20051120182851-776a0-2c3224274cca325a8e1e0a92df25a55e87474763.gz
Diffstat (limited to 'Carpet/CarpetIOASCII/src/ioascii.hh')
-rw-r--r--Carpet/CarpetIOASCII/src/ioascii.hh3
1 files changed, 0 insertions, 3 deletions
diff --git a/Carpet/CarpetIOASCII/src/ioascii.hh b/Carpet/CarpetIOASCII/src/ioascii.hh
index 73489e29c..2af02ce4c 100644
--- a/Carpet/CarpetIOASCII/src/ioascii.hh
+++ b/Carpet/CarpetIOASCII/src/ioascii.hh
@@ -27,9 +27,6 @@ namespace CarpetIOASCII {
// list of variables to output
static char* my_out_vars;
- // Do truncate the output files for a variable
- static vector<bool> do_truncate;
-
// Last iteration on which a refinement level of a variable was
// output (INT_MIN for none)
static vector<vector<vector<int> > > last_output; // [ml][rl][var]