1
0
Fork 0
mirror of https://github.com/gwm17/catima.git synced 2024-05-19 23:33:19 -04:00
catima/build_config.in
2022-04-22 22:52:10 +02:00

14 lines
276 B
Plaintext

#ifndef BUILD_CONFIG_H
#define BUILD_CONFIG_H
#cmakedefine THIN_TARGET_APPROXIMATION
#cmakedefine GSL_INTEGRATION
#cmakedefine GSL_INTERPOLATION
#cmakedefine STORE_SPLINES
#cmakedefine GLOBAL
#cmakedefine REACTIONS
#cmakedefine NUREX
#cmakedefine ET_CALCULATED_INDEX
#endif