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
1706b108
Commit
1706b108
authored
Jul 10, 2021
by
niklas.baumgarten
Browse files
Merge branch 'adapt-285' into 'feature'
Adapt 285 See merge request
!48
parents
e3a98079
c939d569
Pipeline
#158051
passed with stages
in 11 minutes and 24 seconds
Changes
3
Pipelines
7
Hide whitespace changes
Inline
Side-by-side
mluq/tests/TestMain.cpp
View file @
1706b108
...
...
@@ -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 @
1706b108
...
...
@@ -64,7 +64,7 @@ protected:
void
TearDown
()
override
{
PPM
->
Barrier
(
0
);
Plotting
::
Instance
M
().
Clear
();
Plotting
::
Instance
().
Clear
();
}
};
...
...
mpp
@
55170bb9
Compare
f89e43c7
...
55170bb9
Subproject commit
f89e43c7a2c965668b27db8ae10b2220a895d225
Subproject commit
55170bb97335cabdee7b033276e0ee204ae03121
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