mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
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:
@ -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[])
|
|||||||
runTime.printExecutionTime(Info);
|
runTime.printExecutionTime(Info);
|
||||||
}
|
}
|
||||||
|
|
||||||
Info<< "\n end\n";
|
Info<< "End\n";
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user