mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: PDRFOAM End of Program was inconsistent with other applications
This commit is contained in:
committed by
Kutalmis Bercin
parent
a9f55f06ba
commit
36dd86f89a
@ -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