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

This commit is contained in:
sjborley 2005-05-18 19:17:13 +00:00
parent 81108db6f9
commit f1ab1481ea
1 changed files with 1 additions and 5 deletions

View File

@ -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;