Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
iwr
amdis
Commits
b611d808
Commit
b611d808
authored
Mar 05, 2008
by
Thomas Witkowski
Browse files
* Small UMFPACK-Bug fix
parent
815e31a2
Changes
1
Hide whitespace changes
Inline
Side-by-side
AMDiS/src/UmfPackSolver.hh
View file @
b611d808
...
...
@@ -162,7 +162,7 @@ namespace AMDiS {
MSG
(
"Residual: %e
\n
"
,
this
->
residual
);
if
(
this
->
residual
<
this
->
tolerance
)
{
if
(
this
->
residual
>
this
->
tolerance
)
{
ERROR_EXIT
(
"UMFPACK could not solve the system!
\n
"
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment