#include <Teuchos_Exceptions.hpp>
#include "MueLu_ConfigDefs.hpp"
Go to the source code of this file.
◆ MUELU_TPETRA_ETI_EXCEPTION
| #define MUELU_TPETRA_ETI_EXCEPTION |
( |
| cl, |
|
|
| obj, |
|
|
| go ) |
Value:TEUCHOS_TEST_FOR_EXCEPTION(1,
::MueLu::Exceptions::BadCast,
"Problem in " #cl
"! Cannot create new object " #obj
" with GO=" #go
". MueLu has been compiled with Tpetra enabled bug GO!=" #go
". Please add TPETRA_INST_INT_INT to your configuration.");
Exception indicating invalid cast attempted.
Definition at line 73 of file MueLu_Exceptions.hpp.