Remove special gid arithmetic ops from cell_member_type. (#685)
Somewhere along the line, some extensions were made to `cell_member_type` to facilitate some arithmetic on the `gid` field. These operations tend to blur the distinction between a gid and a `cell_member_type` value, and are besides used only in a couple of places. * Remove `cell_member_type` arithmetic with `gid` methods/functions. * Replace usage of these short cuts with explicit use of `gid` field in `dry_run_context_impl` and `symmetric_recipe`.
Showing
- arbor/communication/dry_run_context.cpp 1 addition, 1 deletionarbor/communication/dry_run_context.cpp
- arbor/include/arbor/common_types.hpp 0 additions, 22 deletionsarbor/include/arbor/common_types.hpp
- arbor/include/arbor/symmetric_recipe.hpp 2 additions, 2 deletionsarbor/include/arbor/symmetric_recipe.hpp
Please register or sign in to comment