You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CoreNEURON used to be able to handle the situation where some MOD files used AoS and others SoA. The functionality was removed here: BlueBrain/CoreNeuron#675
We can reduce the complexity of the code by removing these. One way might be to remove the method get_mech_data_layout and then let the compiler identify all the locations that need changing.
The text was updated successfully, but these errors were encountered:
CoreNEURON used to be able to handle the situation where some MOD files used AoS and others SoA. The functionality was removed here:
BlueBrain/CoreNeuron#675
However, there's still traces left. For example:
nrn/src/coreneuron/coreneuron.hpp
Line 170 in 65767ec
nrn/src/coreneuron/io/mem_layout_util.cpp
Lines 34 to 35 in 65767ec
We can reduce the complexity of the code by removing these. One way might be to remove the method
get_mech_data_layout
and then let the compiler identify all the locations that need changing.The text was updated successfully, but these errors were encountered: