OpenDOF Project
#define PCR_Assert (   expr)

Assert that an expression is always true.

This is a developer tool to verify code invariants; failure of an assertion must only be due to a coding or logic error. If the expression evaluates to zero (FALSE), code will not proceed past this check.

Note
If NDEBUG is defined, this check evaluates to an empty statement.
Parameters
exprExpression to check.
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22