Open CASCADE Technology 7.7.2
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);