mirror of
https://git.code.sf.net/p/ngspice/ngspice
synced 2026-09-07 13:20:05 +02:00
Compile only when RFSPICE is selected in config.h
This commit is contained in:
@@ -8,6 +8,8 @@ Author: 1985 Thomas L. Quarles
|
||||
* into the rawfile.
|
||||
*/
|
||||
|
||||
|
||||
|
||||
#include "ngspice/ngspice.h"
|
||||
#include "ngspice/smpdefs.h"
|
||||
#include "ngspice/cktdefs.h"
|
||||
@@ -15,6 +17,8 @@ Author: 1985 Thomas L. Quarles
|
||||
#include "ngspice/ifsim.h"
|
||||
#include "vsrc/vsrcdefs.h"
|
||||
|
||||
#ifdef RFSPICE
|
||||
|
||||
extern CMat* eyem;
|
||||
extern CMat* zref;
|
||||
extern CMat* gn;
|
||||
@@ -214,3 +218,5 @@ CKTspDump(CKTcircuit *ckt, double freq, runDesc *plot, unsigned int doNoise)
|
||||
FREE(data);
|
||||
return(OK);
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user