summaryrefslogtreecommitdiff
path: root/src/IO/IOMethods.c
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-05-13 17:37:22 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-05-13 17:37:22 +0000
commit6c1ead79b4146d46768677689f097f5c5a51cb87 (patch)
tree606b7671572777620711d542ea224a25a308b6c9 /src/IO/IOMethods.c
parent5e7252e9ad1fb0cab1d229e71f6993287db9a9f2 (diff)
Spelling correction
git-svn-id: http://svn.cactuscode.org/flesh/trunk@527 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/IO/IOMethods.c')
-rw-r--r--src/IO/IOMethods.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/IO/IOMethods.c b/src/IO/IOMethods.c
index 73100b17..34958a05 100644
--- a/src/IO/IOMethods.c
+++ b/src/IO/IOMethods.c
@@ -591,7 +591,7 @@ int CCTK_OutputVar(cGH *GH, const char *var)
/*@@
- @routine CactusOutputVarByMethods
+ @routine CactusOutputVarByMethod
@date Sat March 6 1999
@author Gabrielle Allen
@desc
@@ -771,6 +771,7 @@ int CCTK_rfrTriggerAction(void *GH, int variable)
method = (struct IOMethod *)CCTK_GetHandledData(IOMethods, handle);
if (method)
{
+
/* Check if it is time to output this variable for this method*/
if (method->TimeToOutput(GH, variable))
{