From bc476d9f493eeaf529c2ba0f705ab22a921fb321 Mon Sep 17 00:00:00 2001
From: Henry <Henry>
Date: Thu, 8 Jan 2015 23:10:41 +0000
Subject: [PATCH] Fixed a typo

---
 .../patchDistMethods/Poisson/PoissonPatchDistMethod.H         | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/finiteVolume/fvMesh/wallDist/patchDistMethods/Poisson/PoissonPatchDistMethod.H b/src/finiteVolume/fvMesh/wallDist/patchDistMethods/Poisson/PoissonPatchDistMethod.H
index 5d4074a78bc..b87d2d33b66 100644
--- a/src/finiteVolume/fvMesh/wallDist/patchDistMethods/Poisson/PoissonPatchDistMethod.H
+++ b/src/finiteVolume/fvMesh/wallDist/patchDistMethods/Poisson/PoissonPatchDistMethod.H
@@ -26,7 +26,7 @@ Class
 
 Description
     Calculation of approximate distance to nearest patch for all cells and
-    boundary using a Poisson equation.
+    boundary by solving Poisson's equation.
 
     References:
     \verbatim
@@ -127,7 +127,7 @@ class Poisson
         Poisson(const Poisson&);
 
         //- Disallow default bitwise assignment
-        void operatorconst Poisson&);
+        void operator=(const Poisson&);
 
 
 public:
-- 
GitLab