source: XIOS/dev/dev_olga/src/src/configure.hpp @ 1023

Last change on this file since 1023 was 1022, checked in by mhnguyen, 7 years ago
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.