Merge branch 'issue-2091-PDRFOAM-End' into 'develop'

STYLE: PDRFOAM End of Program was inconsistent with other applications

See merge request Development/openfoam!447
This commit is contained in:
Andrew Heather
2021-06-18 13:17:59 +00:00
2 changed files with 2 additions and 2 deletions

View File

@ -160,7 +160,7 @@ int main(int argc, char *argv[])
runTime.printExecutionTime(Info); runTime.printExecutionTime(Info);
} }
Info<< "\n end\n"; Info<< "End\n";
return 0; return 0;
} }

View File

@ -207,7 +207,7 @@ int main(int argc, char *argv[])
runTime.printExecutionTime(Info); runTime.printExecutionTime(Info);
} }
Info<< "\n end\n"; Info<< "End\n";
return 0; return 0;
} }