This commit is contained in:
Halvor Møll Nilsen 2023-11-26 11:37:07 +00:00 committed by GitHub
commit f602b0b7e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,9 +31,10 @@
#include <stdexcept>
// TODO: move this variable to config.h
#define OPM_CHECK_PARAM_FINALIZED 1
//#define OPM_CHECK_PARAM_FINALIZED 0
#define USE_OPM_CHECK_PARAM_FINALIZED 0
#if ! defined(NDEBUG) && OPM_CHECK_PARAM_FINALIZED
#ifndef NDEBUG
#define USE_OPM_CHECK_PARAM_FINALIZED 1
#endif