mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
interpolateSplineXY: Corrected function call in highest-level
This commit is contained in:
@ -40,7 +40,7 @@ Foam::Field<Type> Foam::interpolateSplineXY
|
||||
|
||||
forAll(xNew, i)
|
||||
{
|
||||
yNew[i] = interpolateSmoothXY(xNew[i], xOld, yOld);
|
||||
yNew[i] = interpolateSplineXY(xNew[i], xOld, yOld);
|
||||
}
|
||||
|
||||
return yNew;
|
||||
|
||||
Reference in New Issue
Block a user