sharedspice.c, introduce csh variable "sharedmode"

to reflect whether running as shared library
This commit is contained in:
h_vogt 2016-08-07 18:19:07 +02:00 committed by rlar
parent 0bf381e01d
commit 69b235531e
1 changed files with 4 additions and 0 deletions

View File

@ -583,6 +583,10 @@ ngSpice_Init(SendChar* printfcn, SendStat* statusfcn, ControlledExit* ngspiceexi
srand((unsigned int) getpid());
TausSeed();
/* set a boolean variable to be used in .control sections */
bool sm = TRUE;
cp_vset("sharedmode", CP_BOOL, &sm);
/*parameter fetcher, used in show, alter, altermod */
if_getparam = spif_getparam_special;