Ignore:
Timestamp:
11/19/18 15:52:54 (6 years ago)
Author:
yushan
Message:

branch_openmp merged with trunk r1597

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_trunk_omp/src/io/nc4_data_input.hpp

    r1486 r1601  
    33 
    44/// XIOS headers /// 
     5#include "mpi_std.hpp" 
    56#include "xios_spl.hpp" 
    67#include "data_input.hpp" 
     
    2324 
    2425    /// Constructors /// 
    25     CNc4DataInput(const StdString& filename, MPI_Comm comm_file, bool multifile, bool isCollective = true, 
     26    CNc4DataInput(const StdString& filename, ep_lib::MPI_Comm comm_file, bool multifile, bool isCollective = true, 
    2627                  bool readMetaDataPar = false, bool ugridConvention = false, const StdString& timeCounterName = "time_counter"); 
    2728    CNc4DataInput(const CNc4DataInput& dataInput);       // Not implemented. 
     
    7071  private: 
    7172    /// Private attributes /// 
    72     MPI_Comm comm_file; 
     73    ep_lib::MPI_Comm comm_file; 
    7374    const StdString filename; 
    7475    bool isCollective; 
Note: See TracChangeset for help on using the changeset viewer.