re-enable 'external' as an instance parameter for current source.
This commit is contained in:
parent
14482ed784
commit
ff3904e1ac
|
|
@ -99,6 +99,11 @@ ISRCask(CKTcircuit *ckt, GENinstance *inst, int which, IFvalue *value, IFvalue *
|
|||
return (OK);
|
||||
#endif
|
||||
/* gtri - end - add current value information */
|
||||
#ifdef SHARED_MODULE
|
||||
case ISRC_EXTERNAL:
|
||||
/* Don't do anything */
|
||||
return (OK);
|
||||
#endif
|
||||
default:
|
||||
return (E_BADPARM);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue