mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: TableBase: added comment
This commit is contained in:
@ -125,7 +125,7 @@ public:
|
|||||||
//- Construct from dictionary - note table is not populated
|
//- Construct from dictionary - note table is not populated
|
||||||
TableBase(const word& name, const dictionary& dict);
|
TableBase(const word& name, const dictionary& dict);
|
||||||
|
|
||||||
//- Copy constructor
|
//- Copy constructor. Note: steals interpolator, tableSamples
|
||||||
TableBase(const TableBase<Type>& tbl);
|
TableBase(const TableBase<Type>& tbl);
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user