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

@ -2,6 +2,6 @@ EXE_INC = \
-I$(LIB_SRC)/finiteVolume/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude
LIB_LIBS = \
EXE_LIBS = \
-lfiniteVolume \
-lmeshTools

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;
}