Skip to content
Snippets Groups Projects
Commit 21b397d5 authored by Chris Harris's avatar Chris Harris
Browse files

Move vtkVPICReader into vtkIOVPIC module

The third party module vtkVPIC can be build with or without
MPI. Rather than building a MPI and non MPI version we still
need the ability to switch between the two implementations. This
can use done by move the reader into a separate module and
providing VTK_VPIC_USE_MPI. This break with rule of not having
a module change it behaviour based on compile options but unless
the third party library is refactored we will have to live with this.

Change-Id: Ia949e1860272ad5ddb7b9b4cb9eb8d88305a5783
parent 209167af
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment