NEURON
nrnunit.cpp File Reference
#include <../../nmodlconf.h>
#include "model.h"
#include "units.h"
#include "parse1.hpp"

Go to the source code of this file.

Macros

#define IONCUR   0
 
#define IONEREV   1
 
#define IONIN   2
 
#define IONOUT   3
 

Functions

static void unit_chk (char *, char *)
 
static int iontype (char *, char *)
 
void nrn_unit_init ()
 

Variables

static int point_process = 0
 
static Listcurrent
 
static Listconcen
 
static Listpotential
 
int breakpoint_local_seen_
 
int conductance_seen_
 

Macro Definition Documentation

◆ IONCUR

#define IONCUR   0

Definition at line 6 of file nrnunit.cpp.

◆ IONEREV

#define IONEREV   1

Definition at line 7 of file nrnunit.cpp.

◆ IONIN

#define IONIN   2

Definition at line 8 of file nrnunit.cpp.

◆ IONOUT

#define IONOUT   3

Definition at line 9 of file nrnunit.cpp.

Function Documentation

◆ iontype()

static int iontype ( char *  ,
char *   
)
static

Definition at line 1730 of file nocpout.cpp.

◆ nrn_unit_init()

void nrn_unit_init ( )

Definition at line 19 of file nrnunit.cpp.

◆ unit_chk()

static void unit_chk ( char *  ,
char *   
)
static

Variable Documentation

◆ breakpoint_local_seen_

int breakpoint_local_seen_

Definition at line 16 of file nrnunit.cpp.

◆ concen

List * concen
static

Definition at line 12 of file nrnunit.cpp.

◆ conductance_seen_

int conductance_seen_

Definition at line 17 of file nrnunit.cpp.

◆ current

List* current
static

Definition at line 12 of file nrnunit.cpp.

◆ point_process

int point_process = 0
static

Definition at line 11 of file nrnunit.cpp.

◆ potential

List * potential
static

Definition at line 12 of file nrnunit.cpp.