#include <iostream>Include dependency graph for epetra_test_err.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Defines | |
| #define | EPETRA_TEST_ERR(a, b) |
|
|
Value: { { int epetra_testing_err = a; \
if (epetra_testing_err != 0) {\
cout << "Non zero error code " << epetra_testing_err << \
", file: " << __FILE__ << ", line: " << __LINE__ << endl;\
b+=1;\
}\
}\
}
Definition at line 41 of file epetra_test_err.h. |
1.3.9.1