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
amdis
amdis-core
Commits
6f676c3a
Commit
6f676c3a
authored
May 17, 2022
by
Residori, Mirko
Browse files
Add VecDestory(&r); in Operations.hpp line 20
parent
45965e7c
Changes
1
Hide whitespace changes
Inline
Side-by-side
amdis/linearalgebra/petsc/Operations.hpp
View file @
6f676c3a
...
...
@@ -16,6 +16,8 @@ namespace AMDiS {
PetscReal
res
;
VecNorm
(
r
,
NORM_2
,
&
res
);
VecDestroy
(
&
r
);
return
res
;
}
...
...
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