From b7db59d4e9b0775b12ca953e8922e4efbd706190 Mon Sep 17 00:00:00 2001 From: goodale Date: Mon, 17 Apr 2000 17:39:20 +0000 Subject: Removed last vestiges of rfr. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1554 17b73243-c579-4c4c-a9d2-2d5706c11dac --- src/IO/IOMethods.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/IO') diff --git a/src/IO/IOMethods.c b/src/IO/IOMethods.c index 68e27f60..1d3b9006 100644 --- a/src/IO/IOMethods.c +++ b/src/IO/IOMethods.c @@ -688,7 +688,7 @@ void FMODIFIER FORTRAN_NAME(CCTK_OutputVarByMethod)(int *ierr, cGH *GH, TWO_FORT ************************************************************************/ /*@@ - @routine CCTKi_rfrTriggerSaysGo + @routine CCTKi_TriggerSaysGo @date Sat March 6 1999 @author Gabrielle Allen @desc @@ -723,7 +723,7 @@ void FMODIFIER FORTRAN_NAME(CCTK_OutputVarByMethod)(int *ierr, cGH *GH, TWO_FORT @version $Header$ */ -int CCTKi_rfrTriggerSaysGo(cGH *GH, int variable) +int CCTKi_TriggerSaysGo(cGH *GH, int variable) { int handle; int flag; @@ -751,11 +751,11 @@ int CCTKi_rfrTriggerSaysGo(cGH *GH, int variable) /*@@ - @routine CCTKi_rfrTriggerAction + @routine CCTKi_TriggerAction @date Sat March 6 1999 @author Gabrielle Allen @desc - Essentially the same as CCTKi_rfrTriggerSaysGo, + Essentially the same as CCTKi_TriggerSaysGo, but now calls each IO method for which it is time to output the trigger @enddesc @@ -785,7 +785,7 @@ int CCTKi_rfrTriggerSaysGo(cGH *GH, int variable) @returndesc 0 = This should never happen, since at least one IO method should have been found by - CCTKi_rfrTriggerSaysGo + CCTKi_TriggerSaysGo >0 = Number of IO methods called for output for this variable @endreturndesc @@ -793,7 +793,7 @@ int CCTKi_rfrTriggerSaysGo(cGH *GH, int variable) @version $Header$ */ -int CCTKi_rfrTriggerAction(void *GH, int variable) +int CCTKi_TriggerAction(void *GH, int variable) { const char *varname; char *fullvarname; -- cgit v1.2.3