Made all template declarations consistent using 'class' rather than 'typename'

This commit is contained in:
Henry Weller
2016-03-22 15:02:55 +00:00
parent caf8776f9b
commit cb65ba71d7
37 changed files with 114 additions and 114 deletions

View File

@ -142,7 +142,7 @@ class domainDecomposition
) const;
//- Generate sub patch info for processor cyclics
template <class BinaryOp>
template<class BinaryOp>
void processInterCyclics
(
const polyBoundaryMesh& patches,

View File

@ -27,7 +27,7 @@ License
// * * * * * * * * * * * * * Private Member Functions * * * * * * * * * * * //
template <class BinaryOp>
template<class BinaryOp>
void Foam::domainDecomposition::processInterCyclics
(
const polyBoundaryMesh& patches,