From 310619dd943b0d63114fbb193880021d3dd813eb Mon Sep 17 00:00:00 2001 From: pnenzi Date: Thu, 2 Oct 2003 16:59:54 +0000 Subject: [PATCH] Flicker noise exponent defaulted to one, as in other spice devices. --- src/spicelib/devices/res/restemp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/spicelib/devices/res/restemp.c b/src/spicelib/devices/res/restemp.c index e75546f41..36dbe2097 100644 --- a/src/spicelib/devices/res/restemp.c +++ b/src/spicelib/devices/res/restemp.c @@ -38,7 +38,7 @@ REStemp(GENmodel *inModel, CKTcircuit *ckt) if(!model->RESnarrowGiven) model->RESnarrow = 0.0; if(!model->RESshortGiven) model->RESshort = 0.0; if(!model->RESfNcoefGiven) model->RESfNcoef = 0.0; - if(!model->RESfNexpGiven) model->RESfNexp = 0.0; + if(!model->RESfNexpGiven) model->RESfNexp = 1.0; /* loop through all the instances of the model */ for (here = model->RESinstances; here != NULL ;