From 08918b96be861c0bc01191f261c3c03104df6ff7 Mon Sep 17 00:00:00 2001 From: Hrvoje Jasak Date: Tue, 31 May 2016 16:59:22 +0100 Subject: [PATCH] Compilation: Removed typename from non-templated code --- src/foam/matrices/lduMatrix/lduMatrix/lduMatrixTests.C | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/foam/matrices/lduMatrix/lduMatrix/lduMatrixTests.C b/src/foam/matrices/lduMatrix/lduMatrix/lduMatrixTests.C index 9fce146da..ca4641b57 100644 --- a/src/foam/matrices/lduMatrix/lduMatrix/lduMatrixTests.C +++ b/src/foam/matrices/lduMatrix/lduMatrix/lduMatrixTests.C @@ -125,7 +125,7 @@ bool Foam::lduSolverPerformance::operator!= Foam::Istream& Foam::operator>> ( Istream& is, - typename Foam::lduSolverPerformance& sp + lduSolverPerformance& sp ) { is.readBeginList("SolverPerformance"); @@ -145,7 +145,7 @@ Foam::Istream& Foam::operator>> Foam::Ostream& Foam::operator<< ( Ostream& os, - const typename Foam::lduSolverPerformance& sp + const lduSolverPerformance& sp ) { os << token::BEGIN_LIST