Correct compilation warnings with exceptions (#76)
This commit is contained in:
@@ -36,7 +36,7 @@ void DifferenceOperator::calcOperatorMatrix()
|
||||
try {
|
||||
operatorMatrix = CREATE<LDUFullMatParPv>::With()->inversesaveOriginal(taylorMatrix, false);
|
||||
}
|
||||
catch (SingularMatrixError ex) {
|
||||
catch (const SingularMatrixError& ex) {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user