From: mattijs Date: Fri, 11 Jun 2010 16:09:41 +0000 (+0100) Subject: STYLE: sampledPlane : added comment about calling update() after construction X-Git-Url: https://repo.or.cz/w/OpenFOAM-1.6.x.git/commitdiff_plain/6fba27d0add1411834e7f08e36947b2a9fd1258d STYLE: sampledPlane : added comment about calling update() after construction --- 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