Skip to content
Snippets Groups Projects
Commit f39fedb7 authored by Andrew Heather's avatar Andrew Heather
Browse files

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

STYLE: PDRFOAM End of Program was inconsistent with other applications

See merge request !447
parents a9f55f06 36dd86f8
Branches
Tags
1 merge request!447STYLE: PDRFOAM End of Program was inconsistent with other applications
...@@ -160,7 +160,7 @@ int main(int argc, char *argv[]) ...@@ -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;
} }
......
...@@ -207,7 +207,7 @@ int main(int argc, char *argv[]) ...@@ -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;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment