mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Updated template formatting to C++11
This commit is contained in:
@ -150,7 +150,7 @@ void Foam::fvMeshDistribute::mapBoundaryFields
|
||||
template<class T>
|
||||
void Foam::fvMeshDistribute::saveInternalFields
|
||||
(
|
||||
PtrList<Field<T> >& iflds
|
||||
PtrList<Field<T>>& iflds
|
||||
) const
|
||||
{
|
||||
typedef GeometricField<T, fvsPatchField, surfaceMesh> fldType;
|
||||
@ -179,7 +179,7 @@ template<class T>
|
||||
void Foam::fvMeshDistribute::mapExposedFaces
|
||||
(
|
||||
const mapPolyMesh& map,
|
||||
const PtrList<Field<T> >& oldFlds
|
||||
const PtrList<Field<T>>& oldFlds
|
||||
)
|
||||
{
|
||||
// Set boundary values of exposed internal faces
|
||||
|
||||
Reference in New Issue
Block a user