Skip to content
Snippets Groups Projects
Commit b611d808 authored by Thomas Witkowski's avatar Thomas Witkowski
Browse files

* Small UMFPACK-Bug fix

parent 815e31a2
No related branches found
No related tags found
No related merge requests found
...@@ -162,7 +162,7 @@ namespace AMDiS { ...@@ -162,7 +162,7 @@ namespace AMDiS {
MSG("Residual: %e\n", this->residual); 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"); ERROR_EXIT("UMFPACK could not solve the system!\n");
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment