From 03ab4f5c64988b86c8d584aa601e172b3fc0e9f1 Mon Sep 17 00:00:00 2001 From: Ralph Castain Date: Mon, 9 Jun 2008 20:36:55 +0000 Subject: [PATCH] Make the ifdef name mirror the change in filename This commit was SVN r18626. --- orte/util/totalview.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/orte/util/totalview.h b/orte/util/totalview.h index 5dfd4970b8..f57549261f 100644 --- a/orte/util/totalview.h +++ b/orte/util/totalview.h @@ -17,8 +17,8 @@ * $HEADER$ */ -#ifndef ORTERUN_TOTALVIEW_H -#define ORTERUN_TOTALVIEW_H +#ifndef ORTE_TOTALVIEW_H +#define ORTE_TOTALVIEW_H #include "orte_config.h" @@ -46,4 +46,4 @@ ORTE_DECLSPEC extern volatile int MPIR_debug_gate; END_C_DECLS -#endif /* ORTERUN_TOTALVIEW_H */ +#endif /* ORTE_TOTALVIEW_H */