From 2a822c2bf4488a33fff9c5d5e017556de0815530 Mon Sep 17 00:00:00 2001 From: allen Date: Tue, 21 Sep 1999 11:19:30 +0000 Subject: Renamed LOGICAL in ccl files to BOOLEAN LOGICAL will still work for now Hopefully this will remove the confusion in Fortran with "logicals" having integer values git-svn-id: http://svn.cactuscode.org/flesh/trunk@977 17b73243-c579-4c4c-a9d2-2d5706c11dac --- src/include/ParameterBindings.h | 2 +- src/include/cctk_Misc.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/include') diff --git a/src/include/ParameterBindings.h b/src/include/ParameterBindings.h index 1f5da613..7e28d40a 100644 --- a/src/include/ParameterBindings.h +++ b/src/include/ParameterBindings.h @@ -36,6 +36,6 @@ int ParameterCreate(const char *name, /* The parameter name */ #define PARAMETER_INT 4 #define PARAMETER_INTEGER 4 #define PARAMETER_REAL 5 -#define PARAMETER_LOGICAL 6 +#define PARAMETER_BOOLEAN 6 #endif diff --git a/src/include/cctk_Misc.h b/src/include/cctk_Misc.h index fe7ebba5..d6506dd6 100644 --- a/src/include/cctk_Misc.h +++ b/src/include/cctk_Misc.h @@ -35,7 +35,7 @@ int CCTK_SetIntInRangeList(CCTK_INT *data, const char *value, int CCTK_SetKeywordInRangeList(char **data, const char *value, int n_elements, ...); int CCTK_SetString(char **data, const char *value); -int CCTK_SetLogical(CCTK_INT *data, const char *value); +int CCTK_SetBoolean(CCTK_INT *data, const char *value); #ifdef __cplusplus } -- cgit v1.2.3