source: XIOS/trunk/src/group_template_decl.cpp @ 470

Last change on this file since 470 was 352, checked in by ymipsl, 12 years ago
  • Property svn:eol-style set to native
File size: 294 bytes
Line 
1#include "group_template_impl.hpp"
2#include "node_type.hpp"
3
4namespace xios
5{
6#  define macro(T) \
7  template class CGroupTemplate<C##T, C##T##Group, C##T##Attributes> ;
8 
9  macro(Context) 
10  macro(Field) 
11  macro(File) 
12  macro(Domain) 
13  macro(Grid) 
14  macro(Axis) 
15  macro(Variable) 
16 
17
18}
Note: See TracBrowser for help on using the repository browser.