New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
group_template_decl.cpp in vendors/XIOS/r_357/src – NEMO

source: vendors/XIOS/r_357/src/group_template_decl.cpp @ 8531

Last change on this file since 8531 was 3428, checked in by rblod, 12 years ago

importing initial XIOS vendor drop

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.