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

http://sourceforge.net/p/ngspice/bugs/250/
This commit is contained in:
h_vogt 2013-07-26 17:47:57 +02:00 committed by rlar
parent 6050e2e0ea
commit 88cd0f324d
1 changed files with 2 additions and 0 deletions

View File

@ -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"),