source: vendor/nemo/current/NEMOGCM/EXTERNAL/XIOS/src/group_template_decl.cpp @ 44

Last change on this file since 44 was 44, checked in by cholod, 12 years ago

Load NEMO_TMP into vendor/nemo/current.

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.