Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
ParaView
ParaView
Commits
469e20a1
Commit
469e20a1
authored
Oct 16, 2012
by
Utkarsh Ayachit
⛰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed warnings.
Change-Id: Iacd01dec15644152eb9d0ff26963b34e798846b3
parent
416e19c2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
ParaViewCore/ClientServerCore/Rendering/vtkPVDataDeliveryManager.cxx
...e/ClientServerCore/Rendering/vtkPVDataDeliveryManager.cxx
+0
-4
No files found.
ParaViewCore/ClientServerCore/Rendering/vtkPVDataDeliveryManager.cxx
View file @
469e20a1
...
...
@@ -24,7 +24,6 @@
#include "vtkOrderedCompositeDistributor.h"
#include "vtkPKdTree.h"
#include "vtkPVDataRepresentation.h"
#include "vtkPVDataRepresentationPipeline.h"
#include "vtkPVRenderView.h"
#include "vtkPVStreamingMacros.h"
#include "vtkPVTrivialProducer.h"
...
...
@@ -328,9 +327,6 @@ void vtkPVDataDeliveryManager::SetPiece(
vtkInternals
::
vtkItem
*
item
=
this
->
Internals
->
GetItem
(
repr
,
low_res
);
if
(
item
)
{
vtkPVDataRepresentationPipeline
*
executive
=
vtkPVDataRepresentationPipeline
::
SafeDownCast
(
repr
->
GetExecutive
());
unsigned
long
data_time
=
0
;
if
(
data
&&
(
data
->
GetMTime
()
>
data_time
))
{
...
...
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