mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: remove incorrect branch condition in setExprFields
This commit is contained in:
@ -898,7 +898,7 @@ int main(int argc, char *argv[])
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if (exprDictPtr.valid())
|
else
|
||||||
{
|
{
|
||||||
FatalErrorInFunction
|
FatalErrorInFunction
|
||||||
<< "No command-line or dictionary??" << nl << endl
|
<< "No command-line or dictionary??" << nl << endl
|
||||||
|
|||||||
Reference in New Issue
Block a user