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
f81dd42f
Commit
f81dd42f
authored
Jul 23, 2013
by
Dave DeMarle
Committed by
Code Review
Jul 23, 2013
Browse files
Merge topic '0012114-fix-getarrayindex-documentation' into master
736a4ade
BUG:0012144 correct the documentation for GetArrayIndex
parents
7915505c
736a4ade
Changes
1
Hide whitespace changes
Inline
Side-by-side
Common/Core/vtkDataArraySelection.h
View file @
f81dd42f
...
...
@@ -75,7 +75,7 @@ public:
const
char
*
GetArrayName
(
int
index
);
// Description:
// Get an index of the array
containing name
with
in
the
enabled arrays
// Get an index of the array with the
given name.
int
GetArrayIndex
(
const
char
*
name
);
// Description:
...
...
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