Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
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
...
@@ -45,10 +45,8 @@ Description
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
int
main
(
int
argc
,
char
*
argv
[])
int
main
(
int
argc
,
char
*
argv
[])
{
{
const
label
nTypes
=
4
;
const
wordList
fieldTypes
const
wordList
fieldTypes
({
({
"volScalarField"
,
"volScalarField"
,
...
@@ -58,10 +56,8 @@ int main(int argc, char *argv[])
...
@@ -58,10 +56,8 @@ int main(int argc, char *argv[])
});
});
#include "setRootCase.H"
#include "setRootCase.H"
#include "createTime.H"
#include "createTime.H"
#include "createNamedMesh.H"
#include "createNamedMesh.H"
#include "readConversionProperties.H"
#include "readConversionProperties.H"
// get the available time-steps
// get the available time-steps
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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