From 1024bec26a64607a21576271dcfc1002c64f6f69 Mon Sep 17 00:00:00 2001 From: Chris Greenshields <http://cfd.direct> Date: Thu, 16 Jun 2016 22:51:22 +0100 Subject: [PATCH] sample function: add overrides comment and example --- etc/caseDicts/postProcessing/graphs/singleGraph | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/etc/caseDicts/postProcessing/graphs/singleGraph b/etc/caseDicts/postProcessing/graphs/singleGraph index dd04e682b9c..76389e68816 100644 --- a/etc/caseDicts/postProcessing/graphs/singleGraph +++ b/etc/caseDicts/postProcessing/graphs/singleGraph @@ -15,8 +15,12 @@ start (0 1e-06 0); end (1 1e-06 0); fields (U p); +// Sampling and I/O settings #includeEtc "caseDicts/postProcessing/graphs/sampleDict.cfg" +// Override settings here, e.g. +// setConfig { type midPoint; } + // Must be last entry #includeEtc "caseDicts/postProcessing/graphs/graph.cfg" -- GitLab