source: XIOS/trunk/src/attribute_array_decl.cpp @ 462

Last change on this file since 462 was 449, checked in by ymipsl, 11 years ago

Add unstructured grid management.

YM

  • Property svn:eol-style set to native
File size: 276 bytes
RevLine 
[369]1#include "attribute_array_impl.hpp"
2
3
4
5namespace xios
6{
7  template class CAttributeArray<double,1> ;
[449]8  template class CAttributeArray<double,2> ;
[369]9  template class CAttributeArray<int,1> ;
10  template class CAttributeArray<bool,2> ;
[415]11  template class CAttributeArray<bool,3> ;
[369]12}
Note: See TracBrowser for help on using the repository browser.