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