Navigation Menu

Skip to content

Commit

Permalink
Clean & refactorize
Browse files Browse the repository at this point in the history
  • Loading branch information
jpouderoux committed Aug 9, 2018
1 parent 07b0664 commit 96cb487
Show file tree
Hide file tree
Showing 6 changed files with 275 additions and 318 deletions.
1 change: 1 addition & 0 deletions Domains/ParallelChemistry/module.cmake
Expand Up @@ -12,4 +12,5 @@ vtk_module(vtkDomainsParallelChemistry
PRIVATE_DEPENDS
vtkCommonCore
vtkParallelMPI
vtkFiltersParallelMPI
)
4 changes: 2 additions & 2 deletions Domains/ParallelChemistry/vtkPSimpleBondPerceiver.cxx
Expand Up @@ -16,9 +16,9 @@
#include "vtkPSimpleBondPerceiver.h"

#include "vtkDataSetAttributes.h"
#include "vtkDistributedPointCloudFilter.h"
#include "vtkFloatArray.h"
#include "vtkMPIController.h"
#include "vtkMPIUtilities.h"
#include "vtkMolecule.h"
#include "vtkNew.h"
#include "vtkObjectFactory.h"
Expand Down Expand Up @@ -75,7 +75,7 @@ bool vtkPSimpleBondPerceiver::CreateGhosts(vtkMolecule* molecule)
dataArray->DeepCopy(molecule->GetVertexData());

vtkNew<vtkPolyData> outputPoly;
vtkMPIUtilities::GetPointsInsideBounds(
vtkDistributedPointCloudFilter::GetPointsInsideBounds(
controller, inputPoly.Get(), outputPoly.Get(), outterBounds);

molecule->Initialize(
Expand Down

0 comments on commit 96cb487

Please sign in to comment.