Browse Source

bug fix, `#250 "<<NAN, error = 7>>" in op analysis'

http://sourceforge.net/p/ngspice/bugs/250/
pre-master-46
h_vogt 13 years ago
committed by rlar
parent
commit
88cd0f324d
  1. 2
      src/spicelib/devices/vsrc/vsrc.c

2
src/spicelib/devices/vsrc/vsrc.c

@ -23,7 +23,9 @@ IFparm VSRCpTable[] = { /* parameters */
IOP ("am", VSRC_AM, IF_REALVEC,"Amplitude modulation description"),
IOP ("trnoise", VSRC_TRNOISE, IF_REALVEC,"Transient noise description"),
IOP ("trrandom", VSRC_TRRANDOM, IF_REALVEC,"random source description"),
#ifdef SHARED_MODULE
IOP ("external", VSRC_EXTERNAL, IF_REALVEC,"external source description"),
#endif
OPU ("pos_node",VSRC_POS_NODE, IF_INTEGER,"Positive node of source"),
OPU ("neg_node",VSRC_NEG_NODE, IF_INTEGER,"Negative node of source"),
OPU ("function",VSRC_FCN_TYPE, IF_INTEGER,"Function of the source"),

Loading…
Cancel
Save