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
Christian Butz
VTK
Commits
6fc8bb37
Commit
6fc8bb37
authored
Jun 16, 2011
by
Philippe Pébay
Browse files
BUG: parsing of absolute tolerance
parent
50b9a6a7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Infovis/Testing/Cxx/TestRandomPContingencyStatisticsMPI.cxx
View file @
6fc8bb37
...
...
@@ -445,7 +445,7 @@ int main( int argc, char** argv )
// Parse absolute tolerance to verify that final CDF is 1
clArgs
.
AddArgument
(
"--abs-tol"
,
vtksys
::
CommandLineArguments
::
SPACE_ARGUMENT
,
&
stdev
,
"Absolute tolerance to verify that final CDF is 1"
);
&
absTol
,
"Absolute tolerance to verify that final CDF is 1"
);
// If incorrect arguments were provided, terminate in error.
if
(
!
clArgs
.
Parse
()
)
...
...
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