Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
KiT-RT
KiT-RT
Commits
1b517da7
Commit
1b517da7
authored
Aug 07, 2020
by
jannick.wolters
Browse files
fixed problem creation
parent
4b021da8
Pipeline
#103295
passed with stages
in 24 minutes and 57 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
code/src/problems/problembase.cpp
View file @
1b517da7
...
...
@@ -26,6 +26,7 @@ ProblemBase* ProblemBase::Create( Config* settings, Mesh* mesh ) {
case
PROBLEM_ElectronRT
:
return
new
ElectronRT
(
settings
,
mesh
);
case
PROBLEM_WaterPhantom
:
return
new
WaterPhantom
(
settings
,
mesh
);
case
PROBLEM_LineSource_Pseudo_1D
:
return
new
LineSource_SN_Pseudo1D
(
settings
,
mesh
);
case
PROBLEM_LineSource_Pseudo_1D_Physics
:
return
new
LineSource_SN_Pseudo1D_Physics
(
settings
,
mesh
);
default:
return
new
ElectronRT
(
settings
,
mesh
);
// Use RadioTherapy as dummy
}
}
...
...
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