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>
|
||||
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_)
|
||||
{}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user