source: CONFIG_DEVT/LMDZOR_V6.2_work_ENSEMBLES/modeles/XIOS/src/configure.cpp @ 6883

Last change on this file since 6883 was 5477, checked in by aclsce, 4 years ago
  • Created CONFIG_DEVT directory
  • First import of LMDZOR_V6.2_work_ENSEMBLES working configuration
File size: 293 bytes
Line 
1#define __XIOS_Configure__ // < Ne pas supprimer
2
3/// XIOS headers ///
4#include "xios_spl.hpp"
5
6/// /////////// Macros /////////// ///
7#undef  DECLARE_PROPERTY
8#define DECLARE_PROPERTY(type, name, value) \
9   type name = value;
10
11namespace xios
12{
13#include "properties.conf"
14} // namespace xios
Note: See TracBrowser for help on using the repository browser.