source: XIOS/trunk/src/node/field_decl.cpp @ 435

Last change on this file since 435 was 369, checked in by ymipsl, 12 years ago

Major Update

  • redesign Type and attribute manipulation
  • add enumerate type and attribute
  • use blitz class array instead of boost class array

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.