#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.
◆ ivocmain()
| int ivocmain |
( |
int |
argc, |
|
|
const char ** |
argv, |
|
|
const char ** |
env |
|
) |
| |
Main entrypoint function into the HOC interpeter.
This function simply calls ivocmain_session with the start_session = 1.
- Note
- This is part of NEURON's public interface
-
env argument should not be used as it might become invalid
- Parameters
-
| 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. |
- Returns
- 0 on success, otherwise error code.
Definition at line 407 of file ivocmain.cpp.
◆ main()
| int main |
( |
int |
argc, |
|
|
char ** |
argv, |
|
|
char ** |
env |
|
) |
| |
◆ nrn_isdouble()
| int nrn_isdouble |
( |
double * |
pd, |
|
|
double |
min, |
|
|
double |
max |
|
) |
| |
◆ nrn_main_launch
◆ nrn_noauto_dlopen_nrnmech
| int nrn_noauto_dlopen_nrnmech |
|
extern |