Updated template formatting to C++11

This commit is contained in:
Henry Weller
2016-07-12 20:03:29 +01:00
parent 12c3025d20
commit 75bcfb3af4
11 changed files with 22 additions and 22 deletions

View File

@ -33,7 +33,7 @@ void Foam::readFields
(
const typename GeoMesh::Mesh& mesh,
const IOobjectList& objects,
PtrList<GeometricField<Type, PatchField, GeoMesh> >& fields,
PtrList<GeometricField<Type, PatchField, GeoMesh>>& fields,
const bool readOldTime
)
{

View File

@ -47,7 +47,7 @@ namespace Foam
(
const typename GeoMesh::Mesh& mesh,
const IOobjectList& objects,
PtrList<GeometricField<Type, PatchField, GeoMesh> >& fields,
PtrList<GeometricField<Type, PatchField, GeoMesh>>& fields,
const bool readOldTime
);