mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: More descriptive warning.
This commit is contained in:
@ -360,7 +360,7 @@ int main(int argc, char *argv[])
|
|||||||
if (m < 0)
|
if (m < 0)
|
||||||
{
|
{
|
||||||
WarningIn(args.executable() + "::main")
|
WarningIn(args.executable() + "::main")
|
||||||
<< "Negative mass detected" << endl;
|
<< "Negative mass detected, the surface may be inside-out." << endl;
|
||||||
}
|
}
|
||||||
|
|
||||||
vector eVal = eigenValues(J);
|
vector eVal = eigenValues(J);
|
||||||
|
|||||||
Reference in New Issue
Block a user