Ignore:
Timestamp:
11/15/17 12:14:34 (6 years ago)
Author:
yushan
Message:

dev_omp

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/branch_openmp/src/transformation/domain_algorithm_interpolate.hpp

    r1205 r1328  
    99#ifndef __XIOS_DOMAIN_ALGORITHM_INTERPOLATE_HPP__ 
    1010#define __XIOS_DOMAIN_ALGORITHM_INTERPOLATE_HPP__ 
    11  
     11#include "mpi_std.hpp" 
    1212#include "domain_algorithm_transformation.hpp" 
    1313#include "transformation.hpp" 
    1414#include "nc4_data_output.hpp" 
    15 #ifdef _usingEP 
    16 #include "ep_declaration.hpp" 
    17 #endif 
    1815 
    1916namespace xios { 
     
    5956  { 
    6057  public: 
    61     WriteNetCdf(const StdString& filename, const MPI_Comm comm); 
     58    WriteNetCdf(const StdString& filename, const ep_lib::MPI_Comm comm); 
    6259    int addDimensionWrite(const StdString& name, const StdSize size = UNLIMITED_DIM); 
    6360    int addVariableWrite(const StdString& name, nc_type type, 
Note: See TracChangeset for help on using the changeset viewer.