Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Boyan Meng
ogs_Github
Commits
571c7309
Commit
571c7309
authored
Nov 24, 2020
by
Boyan Meng
Browse files
force to return 0 for material ID (problem-specific bug)
parent
688f6202
Changes
1
Hide whitespace changes
Inline
Side-by-side
MaterialLib/TwoPhaseModels/TwoPhaseFlowWithPPMaterialProperties.cpp
View file @
571c7309
...
...
@@ -69,7 +69,7 @@ int TwoPhaseFlowWithPPMaterialProperties::getMaterialID(
}
assert
(
element_id
<
_material_ids
.
size
());
return
_material_ids
[
element_id
]
;
return
0
;
}
double
TwoPhaseFlowWithPPMaterialProperties
::
getLiquidDensity
(
...
...
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