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
d1fde09a
Commit
d1fde09a
authored
Feb 03, 2021
by
niklas.baumgarten
Browse files
bug fix
parent
47aaf151
Changes
1
Hide whitespace changes
Inline
Side-by-side
mlmc/src/problems/StochasticTransportProblem.cpp
View file @
d1fde09a
...
@@ -15,7 +15,7 @@ CreateStochasticTransportProblem(std::string problemName, Meshes &meshes) {
...
@@ -15,7 +15,7 @@ CreateStochasticTransportProblem(std::string problemName, Meshes &meshes) {
if
(
problemName
==
"StochasticPollution2D"
)
if
(
problemName
==
"StochasticPollution2D"
)
return
new
StochasticPollution2D
(
meshes
);
return
new
StochasticPollution2D
(
meshes
);
if
(
problemName
==
"
Stochastic
Pollution2D"
)
if
(
problemName
==
"Pollution2D"
)
return
new
Pollution2D
(
meshes
);
return
new
Pollution2D
(
meshes
);
if
(
problemName
==
"StochasticPollutionCosHat2D"
)
if
(
problemName
==
"StochasticPollutionCosHat2D"
)
...
...
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