Browse Source

Reverted to previous version. Changes in this file were intended for temporary debug and should not have been committed to CVS.

pre-master-46
sjborley 21 years ago
parent
commit
f1ab1481ea
  1. 6
      src/spicelib/devices/res/restemp.c

6
src/spicelib/devices/res/restemp.c

@ -9,7 +9,6 @@ Modified: 2000 AlanSfixes
#include "cktdefs.h"
#include "resdefs.h"
#include "sperror.h"
extern int fbreak;
int
REStemp(GENmodel *inModel, CKTcircuit *ckt)
@ -28,10 +27,7 @@ REStemp(GENmodel *inModel, CKTcircuit *ckt)
/* loop through all the resistor models */
for( ; model != NULL; model = model->RESnextModel ) {
#ifdef WIN32
WaitForIdle();
if(fbreak) break;
#endif
/* Default Value Processing for Resistor Models */
if(!model->REStnomGiven) model->REStnom = ckt->CKTnomTemp;
if(!model->RESsheetResGiven) model->RESsheetRes = 0.0;

Loading…
Cancel
Save