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
iwr
amdis
Commits
e510fb3d
Commit
e510fb3d
authored
Aug 26, 2010
by
Naumann, Andreas
Browse files
removed memory leak
parent
a062de39
Changes
1
Hide whitespace changes
Inline
Side-by-side
AMDiS/src/OEMSolver.h
View file @
e510fb3d
...
...
@@ -93,6 +93,8 @@ namespace AMDiS {
*/
void
setLeftPrecon
(
ITL_BasePreconditioner
*
p
)
{
if
(
leftPrecon
)
delete
leftPrecon
;
leftPrecon
=
p
;
}
...
...
@@ -103,6 +105,8 @@ namespace AMDiS {
*/
void
setRightPrecon
(
ITL_BasePreconditioner
*
p
)
{
if
(
rightPrecon
)
delete
rightPrecon
;
rightPrecon
=
p
;
}
...
...
Write
Preview
Markdown
is supported
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