enable cdump under Windows
This commit is contained in:
parent
97605a5df7
commit
e9cf4cac9e
|
|
@ -1,3 +1,7 @@
|
|||
11-01-08 Holger Vogt
|
||||
* com_cdump.c: add #include "ngspice.h" to allow use of command 'cdump'
|
||||
also under Windows
|
||||
|
||||
11-01-06 Holger Vogt
|
||||
* inpcom.c: allow models like 2N2904 or 2SK136 also in subcircuits
|
||||
* examples/Monte_Carlo/mc_ring.sp: reduce memory consumption by adding
|
||||
|
|
|
|||
|
|
@ -1,3 +1,6 @@
|
|||
/* Command cdump: dump the control structure to the console output */
|
||||
|
||||
#include "ngspice.h"
|
||||
#include <stdio.h>
|
||||
|
||||
#include <wordlist.h>
|
||||
|
|
|
|||
Loading…
Reference in New Issue