Changeset 3277

Show
Ignore:
Timestamp:
11/04/09 10:23:04 (3 weeks ago)
Author:
kraftche
Message:

fix another MPI include conflict

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • MOAB/trunk/WriteHDF5.hpp

    r3088 r3277  
    2525 
    2626#include <list> 
     27#ifdef USE_MPI // include this before HDF5 headers to avoid conflicts 
     28#  include "MBmpi.h" 
     29#endif 
    2730#include "mhdf.h" 
    2831#include "MBForward.hpp"