Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Mpp
MLUQ
Commits
981ac39b
Commit
981ac39b
authored
Nov 11, 2020
by
niklas.baumgarten
Browse files
adapted test to default problem
parent
2ccb9383
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/unit/TestPDESolver.cpp
View file @
981ac39b
...
...
@@ -113,7 +113,7 @@ TEST_P(TestLaplace2D, TestRun) {
class
TestGaussHat
:
public
TestPDESolver
{
public:
TestGaussHat
()
:
TestPDESolver
(
"
3x3
Square_DirichletBC"
)
{};
TestGaussHat
()
:
TestPDESolver
(
"Square_DirichletBC"
)
{};
};
INSTANTIATE_TEST_CASE_P
(
TestPDESolver
,
TestGaussHat
,
Values
(
...
...
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