|
Teuchos Package Browser (Single Doxygen Collection)
Version of the Day
|

Go to the source code of this file.
Namespaces | |
| namespace | Teuchos |
Defines | |
| #define | TEUCHOS_RCPNODE_REMOVE_RCPNODE(CONDITION, RCPNODE) |
| #define TEUCHOS_RCPNODE_REMOVE_RCPNODE | ( | CONDITION, | |
| RCPNODE | |||
| ) |
TEUCHOS_TEST_FOR_EXCEPTION((CONDITION), \ std::logic_error, \ "RCPNodeTracer::removeRCPNode(node_ptr): Error, the " \ << convertRCPNodeToString(RCPNODE) << " is not found in the list of" \ " active RCP nodes being traced even though all nodes should be traced." \ " This should not be possible and can only be an internal programming error!")
Definition at line 476 of file Teuchos_RCPNode.cpp.
1.7.6.1