DataEntryTypes: Update headers to include the new namespace

This commit is contained in:
Henry Weller 2016-02-07 13:48:50 +00:00
parent a9bb9c3b99
commit 7b39ea3cc4
6 changed files with 6 additions and 6 deletions

View File

@ -22,7 +22,7 @@ License
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>. along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
Class Class
Foam::CSV Foam::DataEntryTypes::CSV
Description Description
Templated CSV container data entry. Reference column is always a scalar, Templated CSV container data entry. Reference column is always a scalar,

View File

@ -22,7 +22,7 @@ License
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>. along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
Class Class
Foam::Constant Foam::DataEntryTypes::Constant
Description Description
Templated basic entry that holds a constant value. Templated basic entry that holds a constant value.

View File

@ -22,7 +22,7 @@ License
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>. along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
Class Class
Foam::PolynomialEntry Foam::DataEntryTypes::PolynomialEntry
Description Description
PolynomialEntry container data entry for scalars. Items are stored in a PolynomialEntry container data entry for scalars. Items are stored in a

View File

@ -22,7 +22,7 @@ License
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>. along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
Class Class
Foam::Table Foam::DataEntryTypes::Table
Description Description
Templated table container data entry. Items are stored in a list of Templated table container data entry. Items are stored in a list of

View File

@ -22,7 +22,7 @@ License
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>. along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
Class Class
Foam::TableBase Foam::DataEntryTypes::TableBase
Description Description
Base class for table with bounds handling, interpolation and integration Base class for table with bounds handling, interpolation and integration

View File

@ -22,7 +22,7 @@ License
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>. along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
Class Class
Foam::TableFile Foam::DataEntryTypes::TableFile
Description Description
Templated table container data entry where data is read from file. Templated table container data entry where data is read from file.