mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Fixed a typo
This commit is contained in:
@ -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:
|
||||
|
||||
Reference in New Issue
Block a user