Ignore:
Timestamp:
05/16/17 17:54:30 (7 years ago)
Author:
yushan
Message:

branch merged with trunk r1130

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/branch_yushan_merged/src/node/file.hpp

    r1090 r1134  
    1212#include "attribute_enum_impl.hpp" 
    1313#include "mpi.hpp" 
     14#ifdef _usingEP 
     15#include "ep_declaration.hpp" 
     16#endif 
    1417 
    1518namespace xios { 
     
    156159         bool isOpen; 
    157160         bool allDomainEmpty; 
    158          MPI_Comm fileComm; 
     161         ep_lib::MPI_Comm fileComm; 
    159162 
    160163      private : 
Note: See TracChangeset for help on using the changeset viewer.