Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
80a0fbcb
Commit
80a0fbcb
authored
Dec 07, 2015
by
Henry Weller
Browse files
Merge branch 'master' of github.com:OpenFOAM/OpenFOAM-dev
parents
ce7b33b7
cc996852
Changes
2
Hide whitespace changes
Inline
Side-by-side
etc/codeTemplates/app/Make/options
View file @
80a0fbcb
...
...
@@ -2,6 +2,6 @@ EXE_INC = \
-I$(LIB_SRC)/finiteVolume/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude
LIB
_LIBS = \
EXE
_LIBS = \
-lfiniteVolume \
-lmeshTools
etc/codeTemplates/app/app.C
View file @
80a0fbcb
...
...
@@ -39,7 +39,12 @@ int main(int argc, char *argv[])
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
Info
<<
"
\n
End
\n
"
<<
endl
;
Info
<<
nl
<<
"ExecutionTime = "
<<
runTime
.
elapsedCpuTime
()
<<
" s"
<<
" ClockTime = "
<<
runTime
.
elapsedClockTime
()
<<
" s"
<<
nl
<<
endl
;
Info
<<
"End
\n
"
<<
endl
;
return
0
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment