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.
field_decl.cpp in vendors/XIOS/r_357/src/node – NEMO

source: vendors/XIOS/r_357/src/node/field_decl.cpp @ 5712

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

importing initial XIOS vendor drop

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.