Browse Source

enable cdump under Windows

pre-master-46
h_vogt 15 years ago
parent
commit
e9cf4cac9e
  1. 4
      ChangeLog
  2. 3
      src/frontend/com_cdump.c

4
ChangeLog

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

3
src/frontend/com_cdump.c

@ -1,3 +1,6 @@
/* Command cdump: dump the control structure to the console output */
#include "ngspice.h"
#include <stdio.h>
#include <wordlist.h>

Loading…
Cancel
Save