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
Planned maintenance at 14:00 - platform may be offline until 15:00 (UK times)
Open sidebar
Development
openfoam
Commits
51eac273
Commit
51eac273
authored
Jul 31, 2018
by
Mark OLESEN
Browse files
STYLE: remove unused variable
parent
cb919a6c
Changes
1
Hide whitespace changes
Inline
Side-by-side
applications/utilities/postProcessing/dataConversion/foamToGMV/foamToGMV.C
View file @
51eac273
...
...
@@ -45,10 +45,8 @@ Description
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
int
main
(
int
argc
,
char
*
argv
[])
{
const
label
nTypes
=
4
;
const
wordList
fieldTypes
({
"volScalarField"
,
...
...
@@ -58,10 +56,8 @@ int main(int argc, char *argv[])
});
#include
"setRootCase.H"
#include
"createTime.H"
#include
"createNamedMesh.H"
#include
"readConversionProperties.H"
// get the available time-steps
...
...
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