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
02c06925
Commit
02c06925
authored
Jun 16, 2011
by
Philippe Pébay
Browse files
Fixed incorrect documentation: CDF tolerance is *absolute*
parent
8c465f69
Changes
1
Hide whitespace changes
Inline
Side-by-side
Infovis/Testing/Cxx/TestRandomPContingencyStatisticsMPI.cxx
View file @
02c06925
...
...
@@ -268,7 +268,7 @@ void RandomContingencyStatistics( vtkMultiProcessController* controller, void* a
{
cout
<<
"
\n
## Verifying that local and global CDFs sum to 1 (within "
<<
args
->
absTol
<<
"
relativ
e tolerance).
\n
"
;
<<
"
absolut
e tolerance).
\n
"
;
}
vtkIdTypeArray
*
keys
=
vtkIdTypeArray
::
SafeDownCast
(
outputContingency
->
GetColumnByName
(
"Key"
)
);
...
...
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