--- trunk/OOPSE/libmdtools/mpiComponentPlan.h 2003/03/26 18:02:18 405 +++ trunk/OOPSE/libmdtools/mpiComponentPlan.h 2003/10/28 22:25:46 836 @@ -1,4 +1,7 @@ #ifdef __C +#ifndef __MPICOMPONENTPLAN_H__ +#define __MPICOMPONENTPLAN_H__ + /** This header provides dual access for mpiComponenPlan structure in fortran and in c, C++. */ @@ -24,8 +27,9 @@ typedef struct{ int columnIndex; } mpiSimData; +#endif // __MPICOMPONENTPLAN_H__ -#endif +#endif // __C #ifdef __FORTRAN90