From c2287afe267b8439c74a8a1b31b5df85125384bb Mon Sep 17 00:00:00 2001 From: allen Date: Mon, 10 Jul 2000 13:08:13 +0000 Subject: Added CCTK_ParameterQueryTimesSet git-svn-id: http://svn.cactuscode.org/flesh/trunk@1722 17b73243-c579-4c4c-a9d2-2d5706c11dac --- src/include/cctk_Parameter.h | 5 +++++ 1 file changed, 5 insertions(+) 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 -- cgit v1.2.3