summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-07-01 15:25:05 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-07-01 15:25:05 +0000
commit30b0ae9bd16d289293c639900c84d735d4a79e68 (patch)
tree3e2534b0da5411ddb5a02e80b64f20058f4cab91 /src
parent18c23b96d716f33e659e39d337a1516a1f6638cb (diff)
INTEGER -> INT
git-svn-id: http://svn.cactuscode.org/flesh/trunk@611 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src')
-rw-r--r--src/main/Groups.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/Groups.c b/src/main/Groups.c
index 3a90eb94..1cf7e604 100644
--- a/src/main/Groups.c
+++ b/src/main/Groups.c
@@ -675,7 +675,7 @@ int CCTK_VTypeNumber(const char *type)
{
int retval=-1;
- if(!strcmp(type, "INTEGER"))
+ if(!strcmp(type, "INT"))
{
retval = CCTK_VARIABLE_INTEGER;
}