summaryrefslogtreecommitdiff
path: root/src/include/ParameterBindings.h
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-09-21 11:19:30 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-09-21 11:19:30 +0000
commit2a822c2bf4488a33fff9c5d5e017556de0815530 (patch)
tree1e160d537c8c864004edb6c3130bff9f98446851 /src/include/ParameterBindings.h
parenta76728d5a6c6dd92ca9c75a1d2553bd5f069e108 (diff)
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
Diffstat (limited to 'src/include/ParameterBindings.h')
-rw-r--r--src/include/ParameterBindings.h2
1 files changed, 1 insertions, 1 deletions
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