init maxnumsteps

This commit is contained in:
Dave Pugmire 2023-06-28 08:00:31 -04:00
parent ba3571f740
commit 9acb482a26

@ -387,7 +387,7 @@ public:
vtkm::filter::flow::internal::BoundsMap BoundsMap;
vtkmdiy::mpi::communicator Comm = vtkm::cont::EnvironmentTracker::GetCommunicator();
std::vector<ParticleType> Inactive;
vtkm::Id MaxNumberOfSteps;
vtkm::Id MaxNumberOfSteps = 0;
vtkm::Id NumRanks;
//{particleId : {block IDs}}
std::unordered_map<vtkm::Id, std::vector<vtkm::Id>> ParticleBlockIDsMap;