From e31f1c3aebaa0872f19a3531ac0ef5cc63106a91 Mon Sep 17 00:00:00 2001 From: mattijs <mattijs> Date: Wed, 2 Dec 2009 16:38:34 +0000 Subject: [PATCH] changed comment --- .../surfaceInterpolation/surfaceInterpolate.H | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/surfaceInterpolation/surfaceInterpolate.H b/src/finiteVolume/interpolation/surfaceInterpolation/surfaceInterpolation/surfaceInterpolate.H index c22174451b9..115aedc9fe8 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(<name>)' template<class Type> static tmp<GeometricField<Type, fvsPatchField, surfaceMesh> > interpolate ( const tmp<GeometricField<Type, fvPatchField, volMesh> >& tvf ); - //- Interpolate field onto faces using central differencing + //- Interpolate tmp field onto faces using 'interpolate(<name>)' template<class Type> static tmp<GeometricField<Type, fvsPatchField, surfaceMesh> > interpolate ( -- GitLab