source:
dynamico_lmdz/aquaplanet/XIOS/src/configure.hpp
@
3848
| Last change on this file since 3848 was 3848, checked in by , 10 years ago | |
|---|---|
| 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 | |
| 9 | namespace xios |
| 10 | { |
| 11 | #include "properties.conf" |
| 12 | } // namespace xios |
| 13 | |
| 14 | #endif // __XMLIO_Configure__ |
Note: See TracBrowser
for help on using the repository browser.
