NEURON
nrnunit.cpp File Reference
#include <../../nrnconf.h>
#include <cstring>
#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 (const char *, const 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 7 of file nrnunit.cpp.

◆ IONEREV

#define IONEREV   1

Definition at line 8 of file nrnunit.cpp.

◆ IONIN

#define IONIN   2

Definition at line 9 of file nrnunit.cpp.

◆ IONOUT

#define IONOUT   3

Definition at line 10 of file nrnunit.cpp.

Function Documentation

◆ iontype()

static int iontype ( char *  s1,
char *  s2 
)
static

Definition at line 2054 of file nocpout.cpp.

◆ nrn_unit_init()

void nrn_unit_init ( )

Definition at line 20 of file nrnunit.cpp.

◆ unit_chk()

static void unit_chk ( const char *  ,
const char *   
)
static

Variable Documentation

◆ breakpoint_local_seen_

int breakpoint_local_seen_

Definition at line 17 of file nrnunit.cpp.

◆ concen

List * concen
static

Definition at line 13 of file nrnunit.cpp.

◆ conductance_seen_

int conductance_seen_

Definition at line 18 of file nrnunit.cpp.

◆ current

List* current
static

Definition at line 13 of file nrnunit.cpp.

◆ point_process

int point_process = 0
static

Definition at line 12 of file nrnunit.cpp.

◆ potential

List * potential
static

Definition at line 13 of file nrnunit.cpp.