Fortran SFF API to data I/O streams in C++

◆ FAPIDXX_nonfatal_assert

#define FAPIDXX_nonfatal_assert (   F,
  C,
  M,
 
)    if (F) { FAPIDXX_report_assert(C,M,V) } else { FAPIDXX_assert(C,M) }

Macro to distinguish between fatal and non fatal assertions.

Parameters
Ftrue for non fatal behaviour
Cassert condition
Mmessage of type char*
Vany values that should be output (comment) a sequence of values and output operators

Definition at line 195 of file error.h.