STYLE: TableBase: added comment

This commit is contained in:
mattijs 2012-10-25 17:29:04 +01:00
parent eff1332b46
commit 8f90eb6037

View File

@ -125,7 +125,7 @@ public:
//- Construct from dictionary - note table is not populated
TableBase(const word& name, const dictionary& dict);
//- Copy constructor
//- Copy constructor. Note: steals interpolator, tableSamples
TableBase(const TableBase<Type>& tbl);