summaryrefslogtreecommitdiff
path: root/src/main/SetParams.c
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-07-24 22:43:34 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-07-24 22:43:34 +0000
commit5ba38c3a9476d0e73ec733084ebaa46b5c7b8642 (patch)
tree63977a6d8cd84201bc44361f809c86ef0998d3ce /src/main/SetParams.c
parent111e38c5451d6fa316a70a88d65a34664f49db44 (diff)
Changing some routine names.
Internal functions are CCTKi_ Utility functions are Util_ git-svn-id: http://svn.cactuscode.org/flesh/trunk@777 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/main/SetParams.c')
-rw-r--r--src/main/SetParams.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/SetParams.c b/src/main/SetParams.c
index 07d54226..2f766eb3 100644
--- a/src/main/SetParams.c
+++ b/src/main/SetParams.c
@@ -55,7 +55,7 @@ int CCTK_SetParameter(const char *parameter, const char *value)
}
thornname[length] = '\0';
- n_errors += CCTK_ActivateThorn(thornname) != 0;
+ n_errors += CCTKi_ActivateThorn(thornname) != 0;
if(*position) position++;
}