re-enable 'external' as an instance parameter for current source.

This commit is contained in:
Holger Vogt 2020-12-04 16:31:26 +01:00
parent 42f3e4b332
commit b8a1e11e0b
1 changed files with 5 additions and 0 deletions

View File

@ -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);
}