SCALAPACK 2.2.2
LAPACK: Linear Algebra PACKage
Loading...
Searching...
No Matches

◆ ErrPrint

#define ErrPrint
Value:
{ \
extern Int BI_Iam; \
fprintf(stderr, "%d: line %d of file %s\n", BI_Iam, __LINE__, __FILE__); \
}
Int BI_Iam
#define Int
Definition Bconfig.h:22

Definition at line 222 of file Bdef.h.

223{ \
224 extern Int BI_Iam; \
225 fprintf(stderr, "%d: line %d of file %s\n", BI_Iam, __LINE__, __FILE__); \
226}