diff --git a/src/constants.h b/src/constants.h index ce0bd54..d162b21 100644 --- a/src/constants.h +++ b/src/constants.h @@ -31,7 +31,7 @@ enum { CELL_PASS_RMA, REPLICATED }; //!< Parallel types -enum { METIS, CUBE }; //!< Mesh decomposition method +enum { METIS, CUBE }; //!< Mesh decomposition method enum { EMISSION, INITIAL_CENSUS }; //!< Particle type for work packets const int grip_id_tag(1); //!< MPI tag for grip ID messages const int cell_id_tag(2); //!< MPI tag for requested cell ID messages