nicomcof.c: update comments
This commit is contained in:
parent
eba521476b
commit
2e4e7535b7
|
|
@ -8,9 +8,7 @@ Author: 1985 Thomas L. Quarles
|
||||||
#include "ngspice/sperror.h"
|
#include "ngspice/sperror.h"
|
||||||
|
|
||||||
/* xmu=0: Backward Euler, xmu=0.5: trapezoidal (standard),
|
/* xmu=0: Backward Euler, xmu=0.5: trapezoidal (standard),
|
||||||
xmu=0.48: good damping of current ringing, e.g. in R.O.s.
|
xmu=0.48: good damping of current ringing, e.g. in R.O.s. */
|
||||||
SpiceOpus adapts xmu to lower values if numerical oscillations
|
|
||||||
of current in capacitors are detected, t.b.d. */
|
|
||||||
#define xmu 0.5
|
#define xmu 0.5
|
||||||
|
|
||||||
int
|
int
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue