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

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

Add grid mask attribute

YM

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