Bridge++
Ver. 2.0.2
configure.h
Go to the documentation of this file.
1
14
#ifndef CONFIGURE_INCLUDED
15
#define CONFIGURE_INCLUDED
16
17
#define BRIDGE_VERSION "2.0.0"
18
19
// some #define options are set as compiler options from Makefile
20
21
//#define USE_MPI
22
#define ENABLE_MULTI_INSTANCE
23
24
// smart pointer support
25
#include <memory>
26
using
std::unique_ptr;
27
28
#define DEPRECATED [[deprecated]]
29
// #define DEPRECATED __attribute__((deprecated))
30
// #define DEPRECATED
31
32
#endif
/* CONFIGURE_INCLUDED */
src
configure.h
Generated on Sat Feb 10 2024 14:19:59 for Bridge++ by
1.8.17