From 11c0e19b0b7cb8b7cb8c01ed9e2478d2ed5827e7 Mon Sep 17 00:00:00 2001 From: Chris Greenshields Date: Fri, 19 May 2017 15:20:08 +0100 Subject: [PATCH] postProcessing: reverted isosurface function to use isoSurface algorithm --- etc/caseDicts/postProcessing/visualization/surfaces.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/caseDicts/postProcessing/visualization/surfaces.cfg b/etc/caseDicts/postProcessing/visualization/surfaces.cfg index cad26c9bf..573885089 100644 --- a/etc/caseDicts/postProcessing/visualization/surfaces.cfg +++ b/etc/caseDicts/postProcessing/visualization/surfaces.cfg @@ -33,7 +33,7 @@ cuttingPlane isosurface { - type isoSurfaceCell; + type isoSurface; interpolate true; }