New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
onetcdf4_decl.cpp in vendors/XIOS/current/src/output – NEMO

source: vendors/XIOS/current/src/output/onetcdf4_decl.cpp @ 4508

Last change on this file since 4508 was 3428, checked in by rblod, 12 years ago

importing initial XIOS vendor drop

File size: 738 bytes
Line 
1#include "onetcdf4_impl.hpp"
2
3namespace xios
4{
5# define  macro(type,size) \
6  template void CONetCDF4::writeData<type,size>(const ARRAY(type, size) data, const StdString & name, \
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 
15  template void CONetCDF4::setDefaultValue<double>(const StdString & varname, const double* value) ;
16  template void CONetCDF4::setDefaultValue<float>(const StdString & varname, const float* value) ;
17}
Note: See TracBrowser for help on using the repository browser.