Reinitialize mechanisms after updating the ion state (#897)
If ion concentrations are read and written in the INITIAL blocks of mechanisms, this ensures that the reading mechanisms will receive the correct values. Fixes #896
Showing
- arbor/backends/gpu/shared_state.cpp 15 additions, 18 deletionsarbor/backends/gpu/shared_state.cpp
- arbor/backends/gpu/shared_state.hpp 6 additions, 8 deletionsarbor/backends/gpu/shared_state.hpp
- arbor/backends/multicore/shared_state.cpp 15 additions, 18 deletionsarbor/backends/multicore/shared_state.cpp
- arbor/backends/multicore/shared_state.hpp 5 additions, 8 deletionsarbor/backends/multicore/shared_state.hpp
- arbor/fvm_layout.cpp 5 additions, 0 deletionsarbor/fvm_layout.cpp
- arbor/fvm_layout.hpp 5 additions, 0 deletionsarbor/fvm_layout.hpp
- arbor/fvm_lowered_cell_impl.hpp 13 additions, 1 deletionarbor/fvm_lowered_cell_impl.hpp
- test/unit/CMakeLists.txt 2 additions, 0 deletionstest/unit/CMakeLists.txt
- test/unit/mod/read_cai_init.mod 27 additions, 0 deletionstest/unit/mod/read_cai_init.mod
- test/unit/mod/write_cai_breakpoint.mod 24 additions, 0 deletionstest/unit/mod/write_cai_breakpoint.mod
- test/unit/test_fvm_lowered.cpp 63 additions, 0 deletionstest/unit/test_fvm_lowered.cpp
- test/unit/unit_test_catalogue.cpp 4 additions, 0 deletionstest/unit/unit_test_catalogue.cpp
test/unit/mod/read_cai_init.mod
0 → 100644
test/unit/mod/write_cai_breakpoint.mod
0 → 100644
Please register or sign in to comment