* Exception
*/
DeclExceptionMsg(ExcSourceEqualsDestination,
- "You are attempting an operation on two matrices that "
+ "You are attempting an operation on two vectors that "
"are the same object, but the operation requires that the "
"two objects are in fact different.");
/** @} */
* Exception
*/
DeclExceptionMsg(ExcSourceEqualsDestination,
- "You are attempting an operation on two matrices that "
+ "You are attempting an operation on two vectors that "
"are the same object, but the operation requires that the "
"two objects are in fact different.");
/**
* Exception
*/
DeclExceptionMsg(ExcSourceEqualsDestination,
- "You are attempting an operation on two matrices that "
+ "You are attempting an operation on two vectors that "
"are the same object, but the operation requires that the "
"two objects are in fact different.");
* Exception
*/
DeclExceptionMsg(ExcSourceEqualsDestination,
- "You are attempting an operation on two matrices that "
+ "You are attempting an operation on two vectors that "
"are the same object, but the operation requires that the "
"two objects are in fact different.");
/** @} */
* Exception
*/
DeclExceptionMsg(ExcSourceEqualsDestination,
- "You are attempting an operation on two matrices that "
+ "You are attempting an operation on two vectors that "
"are the same object, but the operation requires that the "
"two objects are in fact different.");
<< "The entry with index <" << arg1 << ',' << arg2
<< "> does not exist.");
- /**
- * Exception
- */
- DeclExceptionMsg(
- ExcSourceEqualsDestination,
- "You are attempting an operation on two sparsity patterns that "
- "are the same object, but the operation requires that the "
- "two objects are in fact different.");
-
/**
* Exception
*/