From 6fba27d0add1411834e7f08e36947b2a9fd1258d Mon Sep 17 00:00:00 2001 From: mattijs Date: Fri, 11 Jun 2010 17:09:41 +0100 Subject: [PATCH] STYLE: sampledPlane : added comment about calling update() after construction --- src/sampling/sampledSurface/sampledPlane/sampledPlane.H | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/sampling/sampledSurface/sampledPlane/sampledPlane.H b/src/sampling/sampledSurface/sampledPlane/sampledPlane.H index 96576a83..47dcc236 100644 --- a/src/sampling/sampledSurface/sampledPlane/sampledPlane.H +++ b/src/sampling/sampledSurface/sampledPlane/sampledPlane.H @@ -28,6 +28,9 @@ Class Description A sampledSurface defined by a cuttingPlane. Always triangulated. + Note: does not cut at construction (since might need fields which + are not registered yet). Explicitly call update(). + SourceFiles sampledPlane.C -- 2.11.4.GIT