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

source: vendors/XIOS/current/src/configure.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: 271 bytes
Line 
1#ifndef __XMLIO_Configure__
2#define __XMLIO_Configure__
3
4
5/// /////////// Macros /////////// ///
6#define DECLARE_PROPERTY(type, name, value) \
7   extern type name; // = value
8
9namespace xios
10{
11#include "properties.conf"
12} // namespace xios
13
14#endif // __XMLIO_Configure__
Note: See TracBrowser for help on using the repository browser.