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

foamNewApp: corrected template case

parent b52f7571
Branches
Tags
No related merge requests found
......@@ -2,6 +2,6 @@ EXE_INC = \
-I$(LIB_SRC)/finiteVolume/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude
LIB_LIBS = \
EXE_LIBS = \
-lfiniteVolume \
-lmeshTools
......@@ -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;
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment