Skip to content
Snippets Groups Projects
Commit 438b76bf authored by graham's avatar graham
Browse files

STYLE: More descriptive warning.

parent 4b307cf5
Branches
Tags
No related merge requests found
......@@ -360,7 +360,7 @@ int main(int argc, char *argv[])
if (m < 0)
{
WarningIn(args.executable() + "::main")
<< "Negative mass detected" << endl;
<< "Negative mass detected, the surface may be inside-out." << endl;
}
vector eVal = eigenValues(J);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment