foamNewApp: corrected template case

This commit is contained in:
Chris Greenshields
2015-12-07 17:28:40 +00:00
parent e0bb09718b
commit ece0783afd
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)/finiteVolume/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude -I$(LIB_SRC)/meshTools/lnInclude
LIB_LIBS = \ EXE_LIBS = \
-lfiniteVolume \ -lfiniteVolume \
-lmeshTools -lmeshTools

View File

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