Skip to content
Snippets Groups Projects
Commit 6a45331d authored by andy's avatar andy
Browse files

ENH: cloudFunctions sub-dictionary made optional

parent 29faa317
Branches
Tags
No related merge requests found
...@@ -324,11 +324,7 @@ Foam::KinematicCloud<CloudType>::KinematicCloud ...@@ -324,11 +324,7 @@ Foam::KinematicCloud<CloudType>::KinematicCloud
functions_ functions_
( (
*this, *this,
particleProperties_.subOrEmptyDict particleProperties_.subOrEmptyDict("cloudFunctions"),
(
"cloudFunctions",
solution_.active()
),
solution_.active() solution_.active()
), ),
dispersionModel_(NULL), dispersionModel_(NULL),
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment