Ignore:
Timestamp:
03/22/18 10:43:20 (6 years ago)
Author:
yushan
Message:

branch_openmp merged with XIOS_DEV_CMIP6@1459

File:
1 edited

Legend:

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

    r1328 r1460  
    88#include "data_output.hpp" 
    99#include "array_new.hpp" 
     10//#include "mpi.hpp" 
    1011#include "netcdf.hpp" 
    1112 
     
    4950            int addDimension(const StdString& name, const StdSize size = UNLIMITED_DIM); 
    5051            int addVariable(const StdString& name, nc_type type, 
    51                             const std::vector<StdString>& dim); 
     52                            const std::vector<StdString>& dim, int compressionLevel=0); 
    5253 
    5354      //---------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.