Made Matrix generic base-class for SquareMatrix and RectangularMatrix by introducing

the type it will become as a template argument.

Brought everything into line with this change.
This commit is contained in:
henry
2008-09-28 22:50:57 +01:00
parent b722041fff
commit 318b71e206
32 changed files with 791 additions and 524 deletions

View File

@ -36,7 +36,7 @@ void Foam::SIBS::polyExtrapolate
scalarField& yz,
scalarField& dy,
scalarField& x,
Matrix<scalar>& d
scalarSquareMatrix& d
) const
{
label n = yz.size();