source: vendor/nemo/current/NEMOGCM/EXTERNAL/XIOS/src/node/field_decl.cpp @ 44

Last change on this file since 44 was 44, checked in by cholod, 12 years ago

Load NEMO_TMP into vendor/nemo/current.

File size: 248 bytes
Line 
1#include "field_impl.hpp"
2
3namespace xios
4{
5  template void CField::setData<1>(const ARRAY(double, 1) _data) ;
6  template void CField::setData<2>(const ARRAY(double, 2) _data) ;
7  template void CField::setData<3>(const ARRAY(double, 3) _data) ;
8
9}
Note: See TracBrowser for help on using the repository browser.