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

source: vendors/XIOS/current/src/xmlioserver.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: 220 bytes
Line 
1#ifndef __XMLIO__
2#define __XMLIO__
3
4#include "xmlioserver_spl.hpp"
5
6/// xios headers ///
7#include "nc4_data_output.hpp"
8
9
10using namespace xios;
11using namespace xios::xml;
12using namespace xios::func;
13
14#endif //__XMLIO__
Note: See TracBrowser for help on using the repository browser.