summaryrefslogtreecommitdiff
path: root/src/include/cctk_WarnLevel.h
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2005-10-03 14:01:38 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2005-10-03 14:01:38 +0000
commit564462e4f7658a5d82487511ffaaa41bfb9f16b6 (patch)
tree808645d35be99adaeb833dc431dbed73c71028b6 /src/include/cctk_WarnLevel.h
parentba4821ed7ee6aef53ec48d3739c77edad8bd7858 (diff)
Untabifying.
git-svn-id: http://svn.cactuscode.org/flesh/trunk@4158 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/include/cctk_WarnLevel.h')
-rw-r--r--src/include/cctk_WarnLevel.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/include/cctk_WarnLevel.h b/src/include/cctk_WarnLevel.h
index e826bfdf..fed8bbad 100644
--- a/src/include/cctk_WarnLevel.h
+++ b/src/include/cctk_WarnLevel.h
@@ -78,17 +78,17 @@ int CCTK_InfoCallbackRegister(void *data,
#endif /* CCODE */
/* 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 be wrong, */
+#define CCTK_WARN_ABORT 0 /* abort the Cactus run */
+#define CCTK_WARN_ALERT 1 /* the results of this run will be wrong, */
/* and this will surprise the user, */
- /* but we can still continue the run */
-#define CCTK_WARN_COMPLAIN 2 /* the user should know about this, */
+ /* but we can still continue the run */
+#define CCTK_WARN_COMPLAIN 2 /* the user should know about this, */
/* but the problem is not terribly */
/* surprising */
-#define CCTK_WARN_PICKY 3 /* this is for small problems that can */
- /* probably be ignored, but that careful */
- /* people may want to know about */
-#define CCTK_WARN_DEBUG 4 /* these messages are probably useful */
- /* only for debugging purposes */
+#define CCTK_WARN_PICKY 3 /* this is for small problems that can */
+ /* probably be ignored, but that careful */
+ /* people may want to know about */
+#define CCTK_WARN_DEBUG 4 /* these messages are probably useful */
+ /* only for debugging purposes */
-#endif /* ! _CCTK_WARNLEVEL_H_ */
+#endif /* ! _CCTK_WARNLEVEL_H_ */