Ignore:
Timestamp:
02/17/17 17:55:37 (7 years ago)
Author:
yushan
Message:

ep_lib namespace specified when netcdf involved

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/branch_yushan/src/io/onetcdf4.hpp

    r1037 r1053  
    77#include "data_output.hpp" 
    88#include "array_new.hpp" 
    9 #include "mpi.hpp" 
    10 //#include <mpi.h> 
     9#include "mpi_std.hpp" 
    1110#include "netcdf.hpp" 
    1211 
     
    2928            CONetCDF4(const StdString& filename, bool append, bool useClassicFormat = false, 
    3029                          bool useCFConvention = true, 
    31                       const MPI_Comm* comm = NULL, bool multifile = true, 
     30                      const ep_lib::MPI_Comm* comm = NULL, bool multifile = true, 
    3231                      const StdString& timeCounterName = "time_counter"); 
    3332 
     
    3837            /// Initialisation /// 
    3938            void initialize(const StdString& filename, bool append, bool useClassicFormat, bool useCFConvention, 
    40                             const MPI_Comm* comm, bool multifile, const StdString& timeCounterName); 
     39                            const ep_lib::MPI_Comm* comm, bool multifile, const StdString& timeCounterName); 
    4140            void close(void); 
    4241            void sync(void); 
Note: See TracChangeset for help on using the changeset viewer.