From b21982d7c19bf3d3b327682e5d41530165cb6878 Mon Sep 17 00:00:00 2001 From: Chris Greenshields Date: Mon, 11 Jan 2021 18:41:53 +0000 Subject: [PATCH] streamlines: removed angle brackets from placeholders --- etc/caseDicts/postProcessing/visualization/streamlines | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/caseDicts/postProcessing/visualization/streamlines b/etc/caseDicts/postProcessing/visualization/streamlines index 101a12f86b..7e21ab8ffc 100644 --- a/etc/caseDicts/postProcessing/visualization/streamlines +++ b/etc/caseDicts/postProcessing/visualization/streamlines @@ -76,14 +76,14 @@ sphereRandom triSurfaceMesh { type triSurfaceMesh; - surface ; // in constant/triSurface directory + surface "surfaceMeshFile.obj"; // in constant/triSurface directory } // Seeding at a boundary boundaryRandom { type boundaryRandom; - patches ( ); + patches (patch1 patch2); nPoints 50; }