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
Backofen, Rainer
amdis
Commits
60ef1112
Commit
60ef1112
authored
May 05, 2009
by
Peter Gottschling
Browse files
freeDOFContent in leeren Matrizen.
parent
9ec7f607
Changes
1
Hide whitespace changes
Inline
Side-by-side
AMDiS/src/DOFMatrix.cc
View file @
60ef1112
...
...
@@ -218,6 +218,8 @@ namespace AMDiS {
void
DOFMatrix
::
freeDOFContent
(
int
index
)
{
if
(
matrix
.
nnz
()
==
0
)
return
;
using
mtl
::
tag
::
major
;
using
mtl
::
tag
::
nz
;
using
mtl
::
begin
;
using
mtl
::
end
;
namespace
traits
=
mtl
::
traits
;
typedef
base_matrix_type
Matrix
;
...
...
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