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
cc996852
Commit
cc996852
authored
Dec 07, 2015
by
Chris Greenshields
Browse files
foamNewApp: corrected template case
parent
b52f7571
Changes
2
Hide whitespace changes
Inline
Side-by-side
etc/codeTemplates/app/Make/options
View file @
cc996852
...
...
@@ -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 @
cc996852
...
...
@@ -43,7 +43,8 @@ int main(int argc, char *argv[])
<<
" ClockTime = "
<<
runTime
.
elapsedClockTime
()
<<
" s"
<<
nl
<<
endl
;
Info
<<
"
\n
End
\n
"
<<
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