NEURON
coreneuron.cpp
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 #include <coreneuron/engine.h>
11 
12 int main(int argc, char** argv) {
14  auto solve_core_result = solve_core(argc, argv);
16 
17  return solve_core_result;
18 }
int main(int argc, char **argv)
Definition: coreneuron.cpp:12
int solve_core(int argc, char **argv)
Initialize mechanisms and run simulation using CoreNEURON.
Definition: enginemech.cpp:179
static int argc
Definition: inithoc.cpp:45
static char ** argv
Definition: inithoc.cpp:46