mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: stringOps: incorrect error message
This commit is contained in:
@ -312,7 +312,7 @@ Foam::string Foam::stringOps::getVariable
|
||||
" const bool\n"
|
||||
")\n",
|
||||
dict
|
||||
) << "Cannot find environment variable "
|
||||
) << "Cannot find dictionary variable "
|
||||
<< name << exit(FatalIOError);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user