Define cmb_assert_release

Define Documentation

cmb_assert_release(x)

Like cmb_assert_debug(), but remains in code also if NDEBUG is defined. Typically used for verifying parameter values as valid preconditions to function calls.

Disappears if NASSERT is defined, e.g., for production use of a thoroughly debugged model where all parameters are known to be valid and the last ounce of speed is wanted.