STYLE: minor adjustments for fan tables (#1229)

This commit is contained in:
Mark Olesen
2019-03-26 08:17:53 +01:00
committed by Andrew Heather
parent c0e5f77e4f
commit c4a13897a1
6 changed files with 14 additions and 23 deletions

View File

@ -62,7 +62,7 @@ class TableBase
{
protected:
// Protected data
// Protected Data
//- Table name
const word name_;
@ -93,9 +93,6 @@ protected:
//- Return (demand driven) interpolator
const interpolationWeights& interpolator() const;
private:
//- No copy assignment
void operator=(const TableBase<Type>&) = delete;