ENH: OSspecific: make userName,domainName,hostName strings

This commit is contained in:
mattijs
2011-10-07 16:02:59 +01:00
parent f6f9eb14ba
commit 328f44b375
4 changed files with 19 additions and 19 deletions

View File

@ -548,7 +548,7 @@ Foam::string& Foam::stringOps::inplaceExpand
// ~OpenFOAM => site/user OpenFOAM configuration directory
// ~user => home directory for specified user
word user;
string user;
fileName file;
if ((begVar = s.find('/')) != string::npos)