END: splitMeshRegions: consistent exit output.

Fixes #35
This commit is contained in:
mattijs 2015-12-18 10:16:50 +00:00
parent 0b8b34b789
commit b90cd04ce7

View File

@ -1827,6 +1827,8 @@ int main(int argc, char *argv[])
if (detectOnly)
{
Info<< "End\n" << endl;
return 0;
}