Use HBgetOptions() upon staring .hb.

This commit is contained in:
Holger Vogt 2025-12-10 21:52:21 +01:00
parent ba09fb05f8
commit 1222434400
1 changed files with 4 additions and 0 deletions

View File

@ -28,6 +28,8 @@
#include "../maths/dense/dense.h"
#include "../maths/dense/denseinlines.h"
extern int hbnumfreqs[10];
#if (0)
int CKTspnoise(CKTcircuit* ckt, int mode, int operation, Ndata* data, NOISEAN* noisean);
int NInspIter(CKTcircuit* ckt, VSRCinstance* port);
@ -373,6 +375,8 @@ HBan(CKTcircuit* ckt, int restart)
// Noise analysis is performed at each freq of the SP Analysis
// A temporary dummy job is therefore created
HBgetOptions();
#if(0)
/* variable must be static, for continuation of interrupted (Ctrl-C),
longer lasting noise anlysis */