mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
remove trailing space from some files
This commit is contained in:
@ -26,7 +26,7 @@ Application
|
||||
moveEngineMesh
|
||||
|
||||
Description
|
||||
Solver for moving meshes for engine calculations.
|
||||
Solver for moving meshes for engine calculations.
|
||||
|
||||
\*---------------------------------------------------------------------------*/
|
||||
|
||||
@ -54,7 +54,7 @@ int main(int argc, char *argv[])
|
||||
mesh.move();
|
||||
|
||||
runTime.write();
|
||||
|
||||
|
||||
Info<< "ExecutionTime = " << runTime.elapsedCpuTime() << " s"
|
||||
<< " ClockTime = " << runTime.elapsedClockTime() << " s"
|
||||
<< nl << endl;
|
||||
|
||||
Reference in New Issue
Block a user