| 1 |
< |
#define OOPSE_VERSION_MAJOR 4 |
| 2 |
< |
#define OOPSE_VERSION_MINOR 0 |
| 3 |
< |
#define OOPSE_VERSION_TINY 0 |
| 1 |
> |
#define OPENMD_VERSION_MAJOR 1 |
| 2 |
> |
#define OPENMD_VERSION_MINOR 0 |
| 3 |
> |
#define OPENMD_VERSION_TINY 2 |
| 4 |
|
#define MK_STR(s) # s |
| 5 |
|
#define STR_DEFINE(t, s) t = MK_STR(s) |
| 6 |
|
/* The file extension used for shared modules */ |
| 7 |
|
#undef MODULE_EXTENSION |
| 8 |
|
|
| 9 |
< |
/* Is defined if OOPSE should be compiled with single precision arithmetic. */ |
| 9 |
> |
/* Is defined if OpenMD should be compiled with single precision arithmetic. */ |
| 10 |
|
#undef SINGLE_PRECISION |
| 11 |
|
|
| 12 |
|
/* Define to dummy `main' function (if any) required to link to the Fortran |