Fixed a typo

This commit is contained in:
Henry
2015-01-08 23:10:41 +00:00
parent 7016ad200b
commit bc476d9f49

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: