Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
6a45331d
Commit
6a45331d
authored
May 11, 2011
by
andy
Browse files
ENH: cloudFunctions sub-dictionary made optional
parent
29faa317
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lagrangian/intermediate/clouds/Templates/KinematicCloud/KinematicCloud.C
View file @
6a45331d
...
...
@@ -324,11 +324,7 @@ Foam::KinematicCloud<CloudType>::KinematicCloud
functions_
(
*
this
,
particleProperties_
.
subOrEmptyDict
(
"cloudFunctions"
,
solution_
.
active
()
),
particleProperties_
.
subOrEmptyDict
(
"cloudFunctions"
),
solution_
.
active
()
),
dispersionModel_
(
NULL
),
...
...
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