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
3d3cfa91
Commit
3d3cfa91
authored
May 19, 2011
by
andy
Browse files
STYLE: Updated abbreviated class name
parent
87518b4a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lagrangian/intermediate/submodels/CloudFunctionObjects/CloudFunctionObjectList/CloudFunctionObjectList.C
View file @
3d3cfa91
...
...
@@ -89,12 +89,12 @@ Foam::CloudFunctionObjectList<CloudType>::CloudFunctionObjectList
template
<
class
CloudType
>
Foam
::
CloudFunctionObjectList
<
CloudType
>::
CloudFunctionObjectList
(
const
CloudFunctionObjectList
&
ppm
const
CloudFunctionObjectList
&
cfol
)
:
PtrList
<
CloudFunctionObject
<
CloudType
>
>
(
ppm
),
owner_
(
ppm
.
owner_
),
dict_
(
ppm
.
dict_
)
PtrList
<
CloudFunctionObject
<
CloudType
>
>
(
cfol
),
owner_
(
cfol
.
owner_
),
dict_
(
cfol
.
dict_
)
{}
...
...
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