aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetIOASCII
diff options
context:
space:
mode:
Diffstat (limited to 'Carpet/CarpetIOASCII')
-rw-r--r--Carpet/CarpetIOASCII/src/ioascii.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/Carpet/CarpetIOASCII/src/ioascii.cc b/Carpet/CarpetIOASCII/src/ioascii.cc
index 6aa68e537..2e742a57f 100644
--- a/Carpet/CarpetIOASCII/src/ioascii.cc
+++ b/Carpet/CarpetIOASCII/src/ioascii.cc
@@ -184,8 +184,8 @@ namespace CarpetIOASCII {
IOUtil_ParseVarsForOutput (cctkGH, CCTK_THORNSTRING,
parameter_name.str().c_str(),
stop_on_parse_errors, out_vars,
- -1, &requests[0]);
-
+ -1, -1.0, &requests[0]);
+
// notify the user about the new setting
if (not CCTK_Equals (verbose, "none")) {
int count = 0;