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

* Small update

parent 9c04208b
No related branches found
No related tags found
No related merge requests found
......@@ -132,9 +132,6 @@ namespace AMDiS {
if (!status == UMFPACK_OK) {
ERROR_EXIT("UMFPACK Error in function umfpack_di_symbolic");
}
::std::cout << "symbolic durchgefuehrt" << ::std::endl;
} else {
::std::cout << "symbolic ausgelassen" << ::std::endl;
}
status = umfpack_di_numeric(Ap, Ai, Ax, symbolic_, &numeric, Control, Info);
......
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