aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschnetter <schnetter@ff385933-4943-42dc-877b-ffc776028de6>2004-03-03 21:10:37 +0000
committerschnetter <schnetter@ff385933-4943-42dc-877b-ffc776028de6>2004-03-03 21:10:37 +0000
commit9d569479b511a6d0245739a23d06b0155b1db6c4 (patch)
treefcd7303814ffb4c3388dc76b612d924a34d2035d
parent393d33a40c1afcdfdbe32164730890dd6d27e533 (diff)
Fix comment.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/NaNChecker/trunk@56 ff385933-4943-42dc-877b-ffc776028de6
-rw-r--r--src/NaNCheck.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/NaNCheck.c b/src/NaNCheck.c
index af4da02..74ce16c 100644
--- a/src/NaNCheck.c
+++ b/src/NaNCheck.c
@@ -130,7 +130,7 @@ int NaNChecker_NaNCheck (const cGH *GH)
CCTK_VarDataPtr (GH, 0, "NaNChecker::NaNmask") : NULL;
if (info.NaNmask)
{
- /* NaNmask cannot be output only once per iteration */
+ /* NaNmask can only be output once per iteration */
if (GH->cctk_iteration == last_iteration_output)
{
CCTK_WARN (2, "Already output NaNmask at this iteration");