Skip to content

Assertions

Ralf Hiptmair edited this page Jun 24, 2018 · 1 revision

Using Assertions in LehrFEM++ code

  • Both LF_VERIFY* and LF_ASSERT* test conditions and abort with an error message, if the conditions do not hold true.
  • LF_ASSERT* will only be active, if the flag NDEBUG is not set!
Clone this wiki locally