From eaaec5c4146ff666bd5f31cae0cd8ac7e89ff3db Mon Sep 17 00:00:00 2001
From: andy <andy>
Date: Thu, 14 Mar 2013 08:59:41 +0000
Subject: [PATCH] BUG: Updated pdfDict example - mantis #754

---
 .../utilities/postProcessing/miscellaneous/pdfPlot/pdfDict  | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/applications/utilities/postProcessing/miscellaneous/pdfPlot/pdfDict b/applications/utilities/postProcessing/miscellaneous/pdfPlot/pdfDict
index d7c12ce8c64..c54da3eb040 100644
--- a/applications/utilities/postProcessing/miscellaneous/pdfPlot/pdfDict
+++ b/applications/utilities/postProcessing/miscellaneous/pdfPlot/pdfDict
@@ -1,7 +1,7 @@
 /*--------------------------------*- C++ -*----------------------------------*\
 | =========                 |                                                 |
 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
-|  \\    /   O peration     | Version:  dev                                   |
+|  \\    /   O peration     | Version:  dev                                 |
 |   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
 |    \\/     M anipulation  |                                                 |
 \*---------------------------------------------------------------------------*/
@@ -31,8 +31,8 @@ RosinRammlerDistribution
 {
     minValue        1e-06;
     maxValue        200e-06;
-    d               (60.0e-06);
-    n               (0.8);
+    d               60.0e-06;
+    n               0.8;
 }
 
 // ************************************************************************* //
-- 
GitLab