From adf3e4b7e15783ff112a186393b83a09008a412c Mon Sep 17 00:00:00 2001 From: mattijs Date: Mon, 17 Aug 2009 17:05:38 +0100 Subject: [PATCH] clever usage of #include --- applications/utilities/surface/surfaceSubset/surfaceSubsetDict | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/utilities/surface/surfaceSubset/surfaceSubsetDict b/applications/utilities/surface/surfaceSubset/surfaceSubsetDict index ed06d0a39c..3a8db2cffd 100644 --- a/applications/utilities/surface/surfaceSubset/surfaceSubsetDict +++ b/applications/utilities/surface/surfaceSubset/surfaceSubsetDict @@ -16,7 +16,7 @@ FoamFile // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // Select triangles by label -faces (); +faces #include "badFaces"; // Select triangles using given points (local point numbering) localPoints ( );