source: XIOS/dev/branch_openmp/src/io/inetcdf4_decl.cpp @ 1328

Last change on this file since 1328 was 1328, checked in by yushan, 6 years ago

dev_omp

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