Fixed a typo
This commit is contained in:
parent
4a411a62c6
commit
113f7a9d7b
1 changed files with 2 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue