Updated member type comments

Resolves bug-report http://bugs.openfoam.org/view.php?id=2356
This commit is contained in:
Henry Weller
2016-11-28 21:23:00 +00:00
parent 414b128f7f
commit f281f77e4a
83 changed files with 255 additions and 252 deletions

View File

@ -104,6 +104,9 @@ protected:
//- Return (demand driven) interpolator
const interpolationWeights& interpolator() const;
private:
//- Disallow default bitwise assignment
void operator=(const TableBase<Type>&);