From 92f97c8701900a7cee274690c07c2afe938b6f3e Mon Sep 17 00:00:00 2001 From: mattijs <mattijs@hunt.opencfd.co.uk> Date: Fri, 20 Mar 2009 13:42:21 +0000 Subject: [PATCH] comment --- src/sampling/sampledSurface/isoSurface/isoSurface.H | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/sampling/sampledSurface/isoSurface/isoSurface.H b/src/sampling/sampledSurface/isoSurface/isoSurface.H index dbe8ae85018..3ab45629d10 100644 --- a/src/sampling/sampledSurface/isoSurface/isoSurface.H +++ b/src/sampling/sampledSurface/isoSurface/isoSurface.H @@ -439,8 +439,8 @@ public: return triPointMergeMap_; } - //- Interpolates cCoords,pCoords. Takes the original fields - // used to create the iso surface. + //- Interpolates cCoords,pCoords. Uses the references to the original + // fields used to create the iso surface. template <class Type> tmp<Field<Type> > interpolate ( -- GitLab