Skip to content

Commit

Permalink
Once more with formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrlongne committed Jan 29, 2019
1 parent d5e28ae commit ffe30d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ffe30d7

Please sign in to comment.