Open CASCADE Technology  7.3.0
Macros

math_NotSquare.hxx File Reference

#include <Standard_Type.hxx>
#include <Standard_DefineException.hxx>
#include <Standard_SStream.hxx>
#include <Standard_DimensionError.hxx>

Macros

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

Macro Definition Documentation

◆ math_NotSquare_Raise_if

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