summaryrefslogtreecommitdiff
path: root/src/include/cctk_WarnLevel.h
diff options
context:
space:
mode:
authorschnetter <schnetter@17b73243-c579-4c4c-a9d2-2d5706c11dac>2005-02-07 14:06:23 +0000
committerschnetter <schnetter@17b73243-c579-4c4c-a9d2-2d5706c11dac>2005-02-07 14:06:23 +0000
commitae77d1a11563db46984f9e4e8d030a608994f845 (patch)
treee6fd1b8d9df7bf40e36db4f2c275e590ea32346e /src/include/cctk_WarnLevel.h
parent720b374fb4f728e34a5b4197c05593621d886b1f (diff)
Correct description of the warning levels
git-svn-id: http://svn.cactuscode.org/flesh/trunk@3979 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/include/cctk_WarnLevel.h')
-rw-r--r--src/include/cctk_WarnLevel.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/include/cctk_WarnLevel.h b/src/include/cctk_WarnLevel.h
index 8d28d05c..1521cbbd 100644
--- a/src/include/cctk_WarnLevel.h
+++ b/src/include/cctk_WarnLevel.h
@@ -51,9 +51,8 @@ __attribute__ ((format (printf, 2, 3)))
/* suggested values for warning levels (courtesy of Steve, PR#1742) */
#define CCTK_WARN_ABORT 0 /* abort the Cactus run */
-#define CCTK_WARN_ALERT 1 /* the results of this run will probably */
- /* be wrong, but this isn't quite certain, */
- /* so we're not going to abort the run */
+#define CCTK_WARN_ALERT 1 /* the results of this run will be wrong, */
+ /* but we're not going to abort the run */
#define CCTK_WARN_COMPLAIN 2 /* the user should know about this, but */
/* the results of this run are probably ok */
#define CCTK_WARN_PICKY 3 /* this is for small problems that can */