Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Scott Wittenburg
VTK
Commits
b2405a85
Commit
b2405a85
authored
Sep 25, 2009
by
David Thompson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
BUG: Fix an apparent cut-and-paste typo.
parent
3d8ea7dd
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Views/vtkRenderedGraphRepresentation.cxx
Views/vtkRenderedGraphRepresentation.cxx
+2
-2
No files found.
Views/vtkRenderedGraphRepresentation.cxx
View file @
b2405a85
...
...
@@ -95,7 +95,7 @@
vtkCxxRevisionMacro
(
vtkRenderedGraphRepresentation
,
"1.3
0
"
);
vtkCxxRevisionMacro
(
vtkRenderedGraphRepresentation
,
"1.3
1
"
);
vtkStandardNewMacro
(
vtkRenderedGraphRepresentation
);
vtkRenderedGraphRepresentation
::
vtkRenderedGraphRepresentation
()
...
...
@@ -540,7 +540,7 @@ bool vtkRenderedGraphRepresentation::GetColorEdgesByArray()
void
vtkRenderedGraphRepresentation
::
SetEdgeColorArrayName
(
const
char
*
name
)
{
this
->
Set
Vertex
ColorArrayNameInternal
(
name
);
this
->
Set
Edge
ColorArrayNameInternal
(
name
);
this
->
ApplyColors
->
SetInputArrayToProcess
(
1
,
0
,
0
,
vtkDataObject
::
FIELD_ASSOCIATION_EDGES
,
name
);
}
...
...
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