diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/surfaceInterpolation/surfaceInterpolate.H b/src/finiteVolume/interpolation/surfaceInterpolation/surfaceInterpolation/surfaceInterpolate.H index c22174451b..115aedc9fe 100644 --- a/src/finiteVolume/interpolation/surfaceInterpolation/surfaceInterpolation/surfaceInterpolate.H +++ b/src/finiteVolume/interpolation/surfaceInterpolation/surfaceInterpolation/surfaceInterpolate.H @@ -157,14 +157,14 @@ namespace fvc ); - //- Interpolate tmp field onto faces using central differencing + //- Interpolate tmp field onto faces using 'interpolate()' template static tmp > interpolate ( const tmp >& tvf ); - //- Interpolate field onto faces using central differencing + //- Interpolate tmp field onto faces using 'interpolate()' template static tmp > interpolate (