bugfix - incorrect matrix type for d_p

This commit is contained in:
andy
2009-04-03 13:03:40 +01:00
parent 4dedd47382
commit 814c134d1c
3 changed files with 30 additions and 29 deletions

View File

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