Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
7dc8ceb4
Commit
7dc8ceb4
authored
Nov 12, 2013
by
andy
Browse files
BUG: lagrangian - corrected use of bool demandDrivenEntry
parent
75c192fb
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lagrangian/intermediate/parcels/Templates/ReactingParcel/ReactingParcelI.H
View file @
7dc8ceb4
...
...
@@ -55,7 +55,7 @@ inline Foam::ReactingParcel<ParcelType>::constantProperties::constantProperties
:
ParcelType
::
constantProperties
(
parentDict
),
pMin_
(
this
->
dict_
,
"pMin"
,
1000.0
),
constantVolume_
(
this
->
dict_
,
"constantVolume"
)
constantVolume_
(
this
->
dict_
,
word
(
"constantVolume"
)
)
{}
...
...
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