hocmodl.h
Go to the documentation of this file.00001 extern int hoc_model(), hoc_initmodel(), hoc_terminal(), hoc_prconst();
00002 extern int *hoc_pindepindex;
00003
00004 static IntFunc function[] = {
00005 "model", hoc_model,
00006 "initmodel", hoc_initmodel,
00007 "terminal", hoc_terminal,
00008 0,0
00009 };
00010
00011 static struct {
00012 char *name;
00013 int *pint;
00014 } scint[] = {
00015 0, 0
00016 };
00017
00018 static struct {
00019 char *name;
00020 int *pint;
00021 int index1;
00022 } vint[] = {
00023 0,0,0
00024 };
00025
00026 static DoubScal scdoub[] = {
00027 0,0
00028 };
00029
00030 static DoubVec vdoub[] = {
00031 0,0,0
00032 };
00033
00034 static struct {
00035 char *name;
00036 double *pdoub;
00037 int index1;
00038 int index2;
00039 } ardoub[] = {
00040 0, 0, 0, 0
00041 };
00042
00043 static struct {
00044 char *name;
00045 double *pdoub;
00046 int index1;
00047 int index2;
00048 int index3;
00049 } thredim[] = {
00050 0, 0, 0, 0, 0
00051 };