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:
Holger Vogt 2024-11-17 23:04:40 +01:00
parent 22b4f4e632
commit 3d7dbc0124
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ Modified: Apr 2000 - Paolo Nenzi
#include "ngspice/missing_math.h" #include "ngspice/missing_math.h"
#include "ngspice/fteext.h" #include "ngspice/fteext.h"
#define RESMIN 1e-6 #define RESMIN 1e-12
int int
RESparam(int param, IFvalue *value, GENinstance *inst, IFvalue *select) RESparam(int param, IFvalue *value, GENinstance *inst, IFvalue *select)