summaryrefslogtreecommitdiff
path: root/src/IO
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/IO
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/IO')
-rw-r--r--src/IO/IOMethods.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/IO/IOMethods.c b/src/IO/IOMethods.c
index 0b6e576b..75c12cd6 100644
--- a/src/IO/IOMethods.c
+++ b/src/IO/IOMethods.c
@@ -678,7 +678,7 @@ int CCTK_OutputVarByMethod(cGH *GH, const char *var, const char *method)
************************************************************************/
/*@@
- @routine CCTK_rfrTriggerSaysGo
+ @routine CCTKi_rfrTriggerSaysGo
@date Sat March 6 1999
@author Gabrielle Allen
@desc
@@ -713,7 +713,7 @@ int CCTK_OutputVarByMethod(cGH *GH, const char *var, const char *method)
@version $Header$
*/
-int CCTK_rfrTriggerSaysGo(cGH *GH, int variable)
+int CCTKi_rfrTriggerSaysGo(cGH *GH, int variable)
{
int handle;
int flag;
@@ -741,11 +741,11 @@ int CCTK_rfrTriggerSaysGo(cGH *GH, int variable)
/*@@
- @routine CCTK_rfrTriggerAction
+ @routine CCTKi_rfrTriggerAction
@date Sat March 6 1999
@author Gabrielle Allen
@desc
- Essentially the same as CCTK_rfrTriggerSaysGo,
+ Essentially the same as CCTKi_rfrTriggerSaysGo,
but now calls each IO method for which it is
time to output the trigger
@enddesc
@@ -775,7 +775,7 @@ int CCTK_rfrTriggerSaysGo(cGH *GH, int variable)
@returndesc
0 = This should never happen, since at least
one IO method should have been found by
- CCTK_rfrTriggerSaysGo
+ CCTKi_rfrTriggerSaysGo
>0 = Number of IO methods called for output for
this variable
@endreturndesc
@@ -783,7 +783,7 @@ int CCTK_rfrTriggerSaysGo(cGH *GH, int variable)
@version $Header$
*/
-int CCTK_rfrTriggerAction(void *GH, int variable)
+int CCTKi_rfrTriggerAction(void *GH, int variable)
{
char *varname;
char *fullvarname;