Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bill Lorensen
VTK
Commits
45b8220d
Commit
45b8220d
authored
May 07, 2012
by
Chris Harris
Committed by
Code Review
May 07, 2012
Browse files
Merge topic 'renderingparallel-mpi-fix' into master
104ddb0b
Remove use of VTK_USE_MPI in Rendering/Parallel
parents
cd2f8f8e
104ddb0b
Changes
3
Show whitespace changes
Inline
Side-by-side
Rendering/Parallel/vtkCompositer.cxx
View file @
45b8220d
...
...
@@ -21,10 +21,6 @@
#include "vtkUnsignedCharArray.h"
#include "vtkMultiProcessController.h"
#ifdef VTK_USE_MPI
#include <mpi.h>
#endif
vtkStandardNewMacro
(
vtkCompositer
);
//-------------------------------------------------------------------------
...
...
Rendering/Parallel/vtkCompressCompositer.cxx
View file @
45b8220d
...
...
@@ -39,10 +39,6 @@
// SOFTWARE should be clearly marked, so as not to confuse it with the
// version available from Los Alamos National Laboratory.
#ifdef VTK_USE_MPI
#include <mpi.h>
#endif
#include "vtkCompressCompositer.h"
#include "vtkObjectFactory.h"
#include "vtkToolkits.h"
...
...
Rendering/Parallel/vtkTreeCompositer.cxx
View file @
45b8220d
...
...
@@ -48,10 +48,6 @@
vtkStandardNewMacro
(
vtkTreeCompositer
);
#ifdef VTK_USE_MPI
#include <mpi.h>
#endif
//-------------------------------------------------------------------------
vtkTreeCompositer
::
vtkTreeCompositer
()
{
...
...
Write
Preview
Supports
Markdown
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