Undo an inadvertent change.

This commit is contained in:
Dave Pugmire 2023-03-23 14:52:28 -04:00
parent ad49b1e25b
commit 9d3c24ab91

@ -63,9 +63,7 @@ protected:
#ifdef VTKM_ENABLE_MPI
static constexpr int MSG_TERMINATE = 1;
//enum { MESSAGE_TAG = 0x42000, PARTICLE_TAG = 0x42001 };
enum { MESSAGE_TAG = 100, PARTICLE_TAG = 200 };
//int MESSAGE_TAG = 101, PARTICLE_TAG = 102;
enum { MESSAGE_TAG = 0x42000, PARTICLE_TAG = 0x42001 };
VTKM_CONT void RegisterMessages(int msgSz, int nParticles, int numBlockIds);