From 514bd4349050b13cb633f7f0fceda7e95732714b Mon Sep 17 00:00:00 2001 From: allen Date: Wed, 5 Jan 2000 15:30:36 +0000 Subject: Prototype for CCTK_VarTypeName git-svn-id: http://svn.cactuscode.org/flesh/trunk@1217 17b73243-c579-4c4c-a9d2-2d5706c11dac --- src/include/cctk_Groups.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/include') diff --git a/src/include/cctk_Groups.h b/src/include/cctk_Groups.h index 4e058da5..0f0c0f3b 100644 --- a/src/include/cctk_Groups.h +++ b/src/include/cctk_Groups.h @@ -41,6 +41,8 @@ int CCTK_GroupTypeNumber(const char *type); int CCTK_VarTypeNumber(const char *type); +char *CCTK_VarTypeName(int vartype); + int CCTK_GroupScopeNumber(const char *type); int CCTK_GroupData(int group, -- cgit v1.2.3