mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: Updated abbreviated class name
This commit is contained in:
@ -89,12 +89,12 @@ Foam::CloudFunctionObjectList<CloudType>::CloudFunctionObjectList
|
|||||||
template<class CloudType>
|
template<class CloudType>
|
||||||
Foam::CloudFunctionObjectList<CloudType>::CloudFunctionObjectList
|
Foam::CloudFunctionObjectList<CloudType>::CloudFunctionObjectList
|
||||||
(
|
(
|
||||||
const CloudFunctionObjectList& ppm
|
const CloudFunctionObjectList& cfol
|
||||||
)
|
)
|
||||||
:
|
:
|
||||||
PtrList<CloudFunctionObject<CloudType> >(ppm),
|
PtrList<CloudFunctionObject<CloudType> >(cfol),
|
||||||
owner_(ppm.owner_),
|
owner_(cfol.owner_),
|
||||||
dict_(ppm.dict_)
|
dict_(cfol.dict_)
|
||||||
{}
|
{}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user