diff --git a/src/OpenFOAM/matrices/Matrix/MatrixI.H b/src/OpenFOAM/matrices/Matrix/MatrixI.H index 5c6d8e32221820d3c279747bca4ca7e067d22288..81c9a3c2bbe3d06a401ec2ce99c9d2b64f14ba89 100644 --- a/src/OpenFOAM/matrices/Matrix/MatrixI.H +++ b/src/OpenFOAM/matrices/Matrix/MatrixI.H @@ -419,7 +419,6 @@ inline Foam::tmp<Foam::Field<Type>> Foam::Matrix<Form, Type>::rightMultiply ( const IndirectListBase<Type, Addr>& colVec ) const -{ return this->rightMultiplyImpl(colVec); } @@ -460,8 +459,6 @@ inline typename Foam::Matrix<Form, Type>::iterator Foam::Matrix<Form, Type>::end() { return v_ + (mRows_ * nCols_); -} - template<class Form, class Type> inline typename Foam::Matrix<Form, Type>::const_iterator