CoreNEURON
data_layout.hpp
Go to the documentation of this file.
1 /*
2 # =============================================================================
3 # Copyright (c) 2016 - 2021 Blue Brain Project/EPFL
4 #
5 # See top-level LICENSE file for details.
6 # =============================================================================
7 */
8 
9 #pragma once
10 
11 #define SOA_LAYOUT 0
12 #define AOS_LAYOUT 1
13 namespace coreneuron {
14 struct Memb_list;
15 int get_data_index(int node_index, int variable_index, int mtype, Memb_list* ml);
16 } // namespace coreneuron
coreneuron
THIS FILE IS AUTO GENERATED DONT MODIFY IT.
Definition: corenrn_parameters.cpp:12
coreneuron::get_data_index
int get_data_index(int node_index, int variable_index, int mtype, Memb_list *ml)
Definition: data_layout.cpp:19