From 438b76bf61825edd740cb1614a29db9c6853edec Mon Sep 17 00:00:00 2001 From: graham Date: Tue, 6 Jul 2010 16:38:58 +0100 Subject: [PATCH] STYLE: More descriptive warning. --- applications/utilities/surface/surfaceInertia/surfaceInertia.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/utilities/surface/surfaceInertia/surfaceInertia.C b/applications/utilities/surface/surfaceInertia/surfaceInertia.C index c68608feda..380f7fb931 100644 --- a/applications/utilities/surface/surfaceInertia/surfaceInertia.C +++ b/applications/utilities/surface/surfaceInertia/surfaceInertia.C @@ -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);