From 9e017c724deee1bc15003e0b7d168ef486366a93 Mon Sep 17 00:00:00 2001
From: mattijs <mattijs>
Date: Wed, 28 Mar 2012 18:09:42 +0100
Subject: [PATCH] STYLE: sampleDict: improved comment

---
 .../utilities/postProcessing/sampling/sample/sampleDict   | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/applications/utilities/postProcessing/sampling/sample/sampleDict b/applications/utilities/postProcessing/sampling/sample/sampleDict
index b55b190bf71..7a9b6f7f0a2 100644
--- a/applications/utilities/postProcessing/sampling/sample/sampleDict
+++ b/applications/utilities/postProcessing/sampling/sample/sampleDict
@@ -47,12 +47,14 @@ formatOptions
 }
 
 // interpolationScheme. choice of
-//      cell          : use cell-centre value only; constant over cells (default)
+//      cell          : use cell-centre value only; constant over cells
+//                      (default)
 //      cellPoint     : use cell-centre and vertex values
 //      cellPointFace : use cell-centre, vertex and face values.
 //      pointMVC      : use point values only (Mean Value Coordinates)
-//      cellPatchConstrained : use cell-centre except on boundary faces where
-//        it uses the boundary value. For use with e.g. patchCloudSet.
+//      cellPatchConstrained : like 'cell' but uses cell-centre except on
+//                             boundary faces where it uses the boundary value.
+//                             For use with e.g. patchCloudSet.
 // 1] vertex values determined from neighbouring cell-centre values
 // 2] face values determined using the current face interpolation scheme
 //    for the field (linear, gamma, etc.)
-- 
GitLab