![]() |
NEURON
|
#include <nrnconf.h>#include <stdio.h>#include <string.h>#include "../nrncvode/nrnneosm.h"#include <nrnmpi.h>#include <errno.h>#include "isoc99.h"Go to the source code of this file.
Functions | |
| int | nrn_isdouble (double *, double, double) |
| int | ivocmain (int, const char **, const char **) |
| Main entrypoint function into the HOC interpeter. More... | |
| int | main (int argc, char **argv, char **env) |
Variables | |
| int | nrn_main_launch |
| int | nrn_noauto_dlopen_nrnmech |
Main entrypoint function into the HOC interpeter.
This function simply calls ivocmain_session with the start_session = 1.
env argument should not be used as it might become invalid| argc | argument count as found in C/C++ main functions |
| argv | argument vector as found in C/C++ main functions |
| env | environment variable array as optionally found in main functions. |
Definition at line 417 of file ivocmain.cpp.
Definition at line 21 of file nrnmain.cpp.
| int nrn_isdouble | ( | double * | , |
| double | , | ||
| double | |||
| ) |
Definition at line 12 of file isoc99.cpp.
| int nrn_main_launch |
Definition at line 396 of file hoc_init.cpp.
| int nrn_noauto_dlopen_nrnmech |
Definition at line 270 of file hoc_init.cpp.