DataEntry: Created the DataEntryTypes namespace for all the concrete DataEntry types

to avoid name conflicts with these primitive names in the OpenFOAM namespace
This commit is contained in:
Henry Weller
2016-02-07 13:32:38 +00:00
parent 9f29c0a2ad
commit a162a26de6
22 changed files with 231 additions and 159 deletions

View File

@ -135,7 +135,7 @@ int main(int argc, char *argv[])
#include "createFields.H"
Info<< "Reading data file" << endl;
CSV<scalar> pData("pressure", dict, "Data");
DataEntryTypes::CSV<scalar> pData("pressure", dict, "Data");
// time history data
const scalarField t(pData.x());