Skip to content
Snippets Groups Projects
Commit 7dc8ceb4 authored by andy's avatar andy
Browse files

BUG: lagrangian - corrected use of bool demandDrivenEntry

parent 75c192fb
Branches
Tags
No related merge requests found
...@@ -55,7 +55,7 @@ inline Foam::ReactingParcel<ParcelType>::constantProperties::constantProperties ...@@ -55,7 +55,7 @@ inline Foam::ReactingParcel<ParcelType>::constantProperties::constantProperties
: :
ParcelType::constantProperties(parentDict), ParcelType::constantProperties(parentDict),
pMin_(this->dict_, "pMin", 1000.0), pMin_(this->dict_, "pMin", 1000.0),
constantVolume_(this->dict_, "constantVolume") constantVolume_(this->dict_, word("constantVolume"))
{} {}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment