Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Christian Butz
VTK
Commits
da62c94e
Commit
da62c94e
authored
May 04, 2011
by
Philippe Pébay
Browse files
Removed a now unused predefined cardinality
parent
70a6698a
Changes
1
Show whitespace changes
Inline
Side-by-side
Infovis/Testing/Cxx/TestRealDataPDescriptiveStatisticsMPI.cxx
View file @
da62c94e
...
@@ -42,7 +42,6 @@ PURPOSE. See the above copyright notice for more information.
...
@@ -42,7 +42,6 @@ PURPOSE. See the above copyright notice for more information.
struct
RealDataDescriptiveStatisticsArgs
struct
RealDataDescriptiveStatisticsArgs
{
{
int
nVals
;
int
*
retVal
;
int
*
retVal
;
int
ioRank
;
int
ioRank
;
vtkStdString
fileName
;
vtkStdString
fileName
;
...
@@ -547,7 +546,6 @@ int main( int argc, char** argv )
...
@@ -547,7 +546,6 @@ int main( int argc, char** argv )
int
testValue
=
0
;
int
testValue
=
0
;
RealDataDescriptiveStatisticsArgs
args
;
RealDataDescriptiveStatisticsArgs
args
;
args
.
nVals
=
100000
;
args
.
retVal
=
&
testValue
;
args
.
retVal
=
&
testValue
;
args
.
ioRank
=
ioRank
;
args
.
ioRank
=
ioRank
;
args
.
fileName
=
fileName
;
args
.
fileName
=
fileName
;
...
...
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