Skip to content
Snippets Groups Projects
Commit cc996852 authored by Chris Greenshields's avatar Chris Greenshields
Browse files

foamNewApp: corrected template case

parent b52f7571
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,6 @@ EXE_INC = \ ...@@ -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
...@@ -43,7 +43,8 @@ int main(int argc, char *argv[]) ...@@ -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;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment