Skip to content
Snippets Groups Projects
Commit e33d6180 authored by Henry Weller's avatar Henry Weller
Browse files

DataEntryTypes: Update headers to include the new namespace

parent 5b790aa6
Branches
Tags
1 merge request!33Merge foundation
......@@ -22,7 +22,7 @@ License
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
Class
Foam::CSV
Foam::DataEntryTypes::CSV
Description
Templated CSV container data entry. Reference column is always a scalar,
......
......@@ -22,7 +22,7 @@ License
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
Class
Foam::Constant
Foam::DataEntryTypes::Constant
Description
Templated basic entry that holds a constant value.
......
......@@ -22,7 +22,7 @@ License
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
Class
Foam::PolynomialEntry
Foam::DataEntryTypes::PolynomialEntry
Description
PolynomialEntry container data entry for scalars. Items are stored in a
......
......@@ -22,7 +22,7 @@ License
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
Class
Foam::Table
Foam::DataEntryTypes::Table
Description
Templated table container data entry. Items are stored in a list of
......
......@@ -22,7 +22,7 @@ License
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
Class
Foam::TableBase
Foam::DataEntryTypes::TableBase
Description
Base class for table with bounds handling, interpolation and integration
......
......@@ -22,7 +22,7 @@ License
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
Class
Foam::TableFile
Foam::DataEntryTypes::TableFile
Description
Templated table container data entry where data is read from file.
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment