Improve comments
This commit is contained in:
parent
d5ef8a3660
commit
b8325efe24
|
|
@ -206,11 +206,11 @@ struct CKTcircuit {
|
||||||
int CKTtranMaxIter; /* iteration limit for each timepoint
|
int CKTtranMaxIter; /* iteration limit for each timepoint
|
||||||
for tran*/
|
for tran*/
|
||||||
/* (itl4) */
|
/* (itl4) */
|
||||||
int CKTbreakSize; /* ??? */
|
int CKTbreakSize; /* number of breakpoints in table *CKTbreaks */
|
||||||
int CKTbreak; /* ??? */
|
int CKTbreak; /* if 1, a breakpoint may be set (only used in isrcacct.c) */
|
||||||
double CKTsaveDelta; /* ??? */
|
double CKTsaveDelta; /* previous delta, before breakpoints set a new delta */
|
||||||
double CKTminBreak; /* ??? */
|
double CKTminBreak; /* minimum time difference between breakpoints */
|
||||||
double *CKTbreaks; /* List of breakpoints ??? */
|
double *CKTbreaks; /* List of breakpoints as an array of doubles */
|
||||||
double CKTabstol; /* --- */
|
double CKTabstol; /* --- */
|
||||||
double CKTpivotAbsTol; /* --- */
|
double CKTpivotAbsTol; /* --- */
|
||||||
double CKTpivotRelTol; /* --- */
|
double CKTpivotRelTol; /* --- */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue