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
b6d87f56
Commit
b6d87f56
authored
Jan 10, 2019
by
Mark OLESEN
Browse files
STYLE: foamDictionary does not need to set FOAM_API
- already done in argList
parent
8609a0bb
Changes
1
Hide whitespace changes
Inline
Side-by-side
applications/utilities/miscellaneous/foamDictionary/foamDictionary.C
View file @
b6d87f56
...
...
@@ -129,7 +129,6 @@ Usage
#include
"Fstream.H"
#include
"etcFiles.H"
#include
"includeEntry.H"
#include
"foamVersion.H"
using
namespace
Foam
;
...
...
@@ -329,9 +328,6 @@ int main(int argc, char *argv[])
argList
args
(
argc
,
argv
);
// OPENFOAM API
setEnv
(
"FOAM_API"
,
std
::
to_string
(
foamVersion
::
api
),
true
);
const
bool
listIncludes
=
args
.
found
(
"includes"
);
if
(
listIncludes
)
...
...
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