STYLE: Code clean-up

This commit is contained in:
Andrew Heather
2017-09-07 14:30:28 +01:00
parent 41e4d68ff8
commit 328769b25d
19 changed files with 41 additions and 42 deletions

View File

@ -69,7 +69,7 @@ class Table
// Private Member Functions
//- Disallow default bitwise assignment
void operator=(const Table<Type>&);
void operator=(const Table<Type>&) = delete;
public:
@ -84,7 +84,7 @@ public:
Table(const word& entryName, const dictionary& dict);
//- Copy constructor
Table(const Table<Type>& tbl);
explicit Table(const Table<Type>& tbl);
//- Destructor

View File

@ -106,7 +106,7 @@ public:
TableBase(const word& name, const dictionary& dict);
//- Copy constructor. Note: steals interpolator, tableSamples
TableBase(const TableBase<Type>& tbl);
explicit TableBase(const TableBase<Type>& tbl);
//- Destructor