Fortran SFF API to data I/O streams in C++
◆
FAPIDXX_debug
#define FAPIDXX_debug
(
C,
N,
M
)
Value:
if
(C) { \
std::cerr <<
"DEBUG ("
<< N <<
", "
\
<< __FILE__ <<
" line #"
<< __LINE__ <<
"):"
<< std::endl \
<<
" "
<< M << std::endl; \
std::cerr.flush(); \
}
produce debug output
Parameters
C
output will be generated if C == true
N
name of function
M
message to print
Definition at line
92
of file
helper.h
.
helper.h
Generated on Mon Aug 21 2023 17:36:29 for Fortran SFF API to data I/O streams in C++ by
1.8.14