Reverted change concerning the location of the construction of the "null" strings.

Changed dotFoam function to use null-constructed strings rather that the "null" strings.
This commit is contained in:
henry
2009-01-15 16:41:08 +00:00
parent 413f3fd903
commit 4f5f66e759
7 changed files with 11 additions and 13 deletions

View File

@ -32,6 +32,7 @@ License
const char* const Foam::string::typeName = "string";
int Foam::string::debug(debug::debugSwitch(string::typeName, 0));
const Foam::string Foam::string::null;
// * * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * //