STYLE: More descriptive warning.

This commit is contained in:
graham
2010-07-06 16:38:58 +01:00
parent 4b307cf543
commit 438b76bf61

View File

@ -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);