From 9d569479b511a6d0245739a23d06b0155b1db6c4 Mon Sep 17 00:00:00 2001 From: schnetter Date: Wed, 3 Mar 2004 21:10:37 +0000 Subject: Fix comment. git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/NaNChecker/trunk@56 ff385933-4943-42dc-877b-ffc776028de6 --- src/NaNCheck.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- cgit v1.2.3