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.
node_type.hpp in vendors/XIOS/current/src/node – NEMO

source: vendors/XIOS/current/src/node/node_type.hpp @ 3428

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

importing initial XIOS vendor drop

File size: 238 bytes
Line 
1#ifndef __XMLIO_NODE_TYPE__
2#define __XMLIO_NODE_TYPE__
3
4#include "axis.hpp"
5#include "domain.hpp"
6#include "field.hpp"
7#include "file.hpp"
8#include "grid.hpp"
9#include "variable.hpp"
10#include "context.hpp"
11
12#endif // __XMLIO_NODE_TYPE__
Note: See TracBrowser for help on using the repository browser.