mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: minor adjustments for fan tables (#1229)
This commit is contained in:
committed by
Andrew Heather
parent
c0e5f77e4f
commit
c4a13897a1
@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user