Fixed a typo

This commit is contained in:
Henry 2015-01-08 23:10:41 +00:00
parent 4a411a62c6
commit 113f7a9d7b

View file

@ -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: