source: CONFIG/publications/ICOLMDZORINCA_CO2_Transport_GMD_2023/XIOS/src/configure.hpp @ 6607

Last change on this file since 6607 was 6607, checked in by acosce, 10 months ago

XIOS used for ICOLMDZORINCA_CO2_Transport_GMD_2023

File size: 268 bytes
Line 
1#ifndef __XIOS_Configure__
2#define __XIOS_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 // __XIOS_Configure__
Note: See TracBrowser for help on using the repository browser.