Open CASCADE Technology 7.9.0
 
Loading...
Searching...
No Matches
math_NotSquare.hxx File Reference

Macros

#define math_NotSquare_Raise_if(CONDITION, MESSAGE)
 

Macro Definition Documentation

◆ math_NotSquare_Raise_if

#define math_NotSquare_Raise_if ( CONDITION,
MESSAGE )
Value:
if (CONDITION) \
throw math_NotSquare(MESSAGE);