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
functions_
(
*this,
particleProperties_.subOrEmptyDict
(
"cloudFunctions",
solution_.active()
),
particleProperties_.subOrEmptyDict("cloudFunctions"),
solution_.active()
),
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