Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Mpp
MLUQ
Commits
4a688175
Commit
4a688175
authored
Jul 10, 2021
by
niklas.baumgarten
Browse files
adapt
parent
e3a98079
Changes
2
Hide whitespace changes
Inline
Side-by-side
mluq/tests/TestMain.cpp
View file @
4a688175
...
...
@@ -26,7 +26,7 @@ protected:
void
TearDown
()
override
{
delete
mainProgram
;
Plotting
::
Instance
M
().
Clear
();
Plotting
::
Instance
().
Clear
();
Config
::
close
();
}
};
...
...
mluq/tests/pdesolvers/TestPDESolver.hpp
View file @
4a688175
...
...
@@ -64,7 +64,7 @@ protected:
void
TearDown
()
override
{
PPM
->
Barrier
(
0
);
Plotting
::
Instance
M
().
Clear
();
Plotting
::
Instance
().
Clear
();
}
};
...
...
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