BUG: stringOps: incorrect error message

This commit is contained in:
mattijs
2012-12-07 09:46:47 +00:00
parent 4a5172706f
commit 302643fba8

View File

@ -312,7 +312,7 @@ Foam::string Foam::stringOps::getVariable
" const bool\n" " const bool\n"
")\n", ")\n",
dict dict
) << "Cannot find environment variable " ) << "Cannot find dictionary variable "
<< name << exit(FatalIOError); << name << exit(FatalIOError);
} }