mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
bugfix - incorrect matrix type for d_p
This commit is contained in:
@ -36,7 +36,7 @@ void Foam::SIBS::polyExtrapolate
|
||||
scalarField& yz,
|
||||
scalarField& dy,
|
||||
scalarField& x,
|
||||
scalarSquareMatrix& d
|
||||
scalarRectangularMatrix& d
|
||||
) const
|
||||
{
|
||||
label n = yz.size();
|
||||
|
||||
Reference in New Issue
Block a user