code cleanup.

This commit is contained in:
dpugmire 2020-06-18 15:50:25 -04:00
parent 02d8c3782d
commit 1a7823c604
2 changed files with 1 additions and 5 deletions

@ -11,12 +11,8 @@
#define vtk_m_cont_ParticleArrayCopy_h
#include <vtkm/Particle.h>
//#include <vtkm/cont/Algorithm.h>
#include <vtkm/cont/ArrayHandle.h>
//#include <vtkm/cont/DeviceAdapterTag.h>
//#include <vtkm/cont/ErrorExecution.h>
#include <vtkm/cont/Invoker.h>
//#include <vtkm/cont/Logging.h>
namespace vtkm
{

@ -23,7 +23,7 @@ namespace filter
/// \brief advect particles in a vector field.
/// Takes as input a vector field and seed locations and generates the
/// paths taken by the seeds through the vector field.
/// end points for each seed through the vector field.
class ParticleAdvection : public vtkm::filter::FilterDataSetWithField<ParticleAdvection>
{
public: