Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Aland, Sebastian
amdis
Commits
296ab263
Commit
296ab263
authored
Oct 14, 2009
by
Thomas Witkowski
Browse files
Huh, forgotten to remove some debug outputs.
parent
306f294f
Changes
1
Hide whitespace changes
Inline
Side-by-side
AMDiS/src/ProblemVec.cc
View file @
296ab263
...
...
@@ -765,11 +765,6 @@ namespace AMDiS {
if
(
matrix
)
nnz
+=
matrix
->
getBaseMatrix
().
nnz
();
if
(
matrix
)
{
std
::
cout
<<
"i: "
<<
i
<<
" "
<<
j
<<
std
::
endl
;
print
(
matrix
->
getBaseMatrix
());
}
}
// And now assemble boundary conditions on the vectors
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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