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

foamNewApp: corrected template case

parent e0bb0971
Branches
Tags
1 merge request!33Merge foundation
......@@ -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