aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetIOASCII/src/ioascii.hh
diff options
context:
space:
mode:
authorschnetter <>2004-04-03 10:38:00 +0000
committerschnetter <>2004-04-03 10:38:00 +0000
commit53cd669e1314bf95c588cb1962ea6c65cc7b8223 (patch)
treeeeeef349d0212d90feee14199bc8158366b90b71 /Carpet/CarpetIOASCII/src/ioascii.hh
parentfb1de470552efd2c7618e293264ee19cad3c15c6 (diff)
Do not use CCTK_QueryParameterTimesSet to find out whether to use a
Do not use CCTK_QueryParameterTimesSet to find out whether to use a parameter value from this thorn, or from IO. Use special parameter values for that instead, and make these the default. darcs-hash:20040403103812-07bb3-9ced16d97fe79409f081d910121401e9e1ffe12f.gz
Diffstat (limited to 'Carpet/CarpetIOASCII/src/ioascii.hh')
-rw-r--r--Carpet/CarpetIOASCII/src/ioascii.hh11
1 files changed, 4 insertions, 7 deletions
diff --git a/Carpet/CarpetIOASCII/src/ioascii.hh b/Carpet/CarpetIOASCII/src/ioascii.hh
index fd0021169..72ea5b97b 100644
--- a/Carpet/CarpetIOASCII/src/ioascii.hh
+++ b/Carpet/CarpetIOASCII/src/ioascii.hh
@@ -1,4 +1,4 @@
-// $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetIOASCII/src/ioascii.hh,v 1.15 2004/02/18 15:12:29 schnetter Exp $
+// $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetIOASCII/src/ioascii.hh,v 1.16 2004/04/03 12:38:12 schnetter Exp $
#ifndef CARPETIOASCII_HH
#define CARPETIOASCII_HH
@@ -62,12 +62,9 @@ namespace CarpetIOASCII {
static int CoordToOffset (const cGH* cgh, int dir, CCTK_REAL coord,
int ifallback);
- static const char* GetStringParameter
- (const char* parametertemplate, const char* fallback);
- static CCTK_INT GetIntParameter
- (const char* parametertemplate, CCTK_INT fallback);
- static CCTK_REAL GetRealParameter
- (const char* parametertemplate, CCTK_REAL fallback);
+ static const char* GetStringParameter (const char* parametertemplate);
+ static CCTK_INT GetIntParameter (const char* parametertemplate);
+ static CCTK_REAL GetRealParameter (const char* parametertemplate);
}; // struct IOASCII