Merge branch 'master' of github.com:OpenFOAM/OpenFOAM-dev

This commit is contained in:
Henry Weller
2015-12-07 22:39:06 +00:00
2 changed files with 7 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

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