foamNewApp: corrected template case

This commit is contained in:
Chris Greenshields
2015-12-07 17:28:40 +00:00
parent b52f7571b9
commit cc996852a7
2 changed files with 3 additions and 2 deletions

View File

@ -43,7 +43,8 @@ int main(int argc, char *argv[])
<< " ClockTime = " << runTime.elapsedClockTime() << " s"
<< nl << endl;
Info<< "\nEnd\n" << endl;
Info<< "End\n" << endl;
return 0;
}