Update to
a43c6f491 ("Add #define RESMIN 1e-6 as a minimum resistor value", 2024-07-12)
Remove bug with TL071 model.
This commit is contained in:
parent
22b4f4e632
commit
3d7dbc0124
|
|
@ -12,7 +12,7 @@ Modified: Apr 2000 - Paolo Nenzi
|
|||
#include "ngspice/missing_math.h"
|
||||
#include "ngspice/fteext.h"
|
||||
|
||||
#define RESMIN 1e-6
|
||||
#define RESMIN 1e-12
|
||||
|
||||
int
|
||||
RESparam(int param, IFvalue *value, GENinstance *inst, IFvalue *select)
|
||||
|
|
|
|||
Loading…
Reference in New Issue