summaryrefslogtreecommitdiff
path: root/src/include/cctk_Parameter.h
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-07-10 13:08:13 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-07-10 13:08:13 +0000
commitc2287afe267b8439c74a8a1b31b5df85125384bb (patch)
tree0838323796008a56e9a42d299f0c0151face0028 /src/include/cctk_Parameter.h
parent39eebc96ba1992cfb1577fef3501ebc757b702fd (diff)
Added CCTK_ParameterQueryTimesSet
git-svn-id: http://svn.cactuscode.org/flesh/trunk@1722 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/include/cctk_Parameter.h')
-rw-r--r--src/include/cctk_Parameter.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/include/cctk_Parameter.h b/src/include/cctk_Parameter.h
index 03b47769..e0c68857 100644
--- a/src/include/cctk_Parameter.h
+++ b/src/include/cctk_Parameter.h
@@ -136,6 +136,11 @@ int CCTK_ParameterWalk(int first, /* Get first parameter or not */
const cParamData *CCTK_ParameterData (const char *name,
const char *thorn);
+ /* Return number of times a parameter has been set */
+int CCTK_ParameterQueryTimesSet(const char *name,
+ const char *thorn);
+
+
#ifdef __cplusplus
}
#endif