source: XIOS/dev/branch_yushan_merged/src/io/inetcdf4_decl.cpp @ 1138

Last change on this file since 1138 was 1138, checked in by yushan, 7 years ago

test_remap back to work. No thread for now

File size: 510 bytes
Line 
1#include "inetcdf4_impl.hpp"
2// mpi_std.hpp
3
4namespace xios
5{
6# define  macro(type,size) \
7  template void CINetCDF4::getData(CArray<type, size>& data, const StdString& var, \
8                                   bool collective, StdSize record,                \
9                                   const std::vector<StdSize>* start,              \
10                                   const std::vector<StdSize>* count);             \
11
12  macro(double, 1)
13  macro(double, 2)
14  macro(double, 3)
15} // namespace xios
16
Note: See TracBrowser for help on using the repository browser.