source: codes/icosagcm/branches/SATURN_DYNAMICO/XIOS/src/node/field_decl.cpp @ 248

Last change on this file since 248 was 248, checked in by ymipsl, 10 years ago

Adding XIOS directory

YM

  • Property svn:eol-style set to native
File size: 254 bytes
Line 
1#include "field_impl.hpp"
2
3namespace xios
4{
5  template void CField::setData<1>(const CArray<double, 1>& _data) ;
6  template void CField::setData<2>(const CArray<double, 2>& _data) ;
7  template void CField::setData<3>(const CArray<double, 3>& _data) ;
8
9}
Note: See TracBrowser for help on using the repository browser.