Skip to content
Snippets Groups Projects
Commit 36dd86f8 authored by HenningScheufler's avatar HenningScheufler Committed by Kutalmış Berçin
Browse files

STYLE: PDRFOAM End of Program was inconsistent with other applications

parent a9f55f06
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% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment