1
1

Make the ifdef name mirror the change in filename

This commit was SVN r18626.
Этот коммит содержится в:
Ralph Castain 2008-06-09 20:36:55 +00:00
родитель c13cadc3c7
Коммит 03ab4f5c64

Просмотреть файл

@ -17,8 +17,8 @@
* $HEADER$ * $HEADER$
*/ */
#ifndef ORTERUN_TOTALVIEW_H #ifndef ORTE_TOTALVIEW_H
#define ORTERUN_TOTALVIEW_H #define ORTE_TOTALVIEW_H
#include "orte_config.h" #include "orte_config.h"
@ -46,4 +46,4 @@ ORTE_DECLSPEC extern volatile int MPIR_debug_gate;
END_C_DECLS END_C_DECLS
#endif /* ORTERUN_TOTALVIEW_H */ #endif /* ORTE_TOTALVIEW_H */