update 'alter' handling as in ngspice main.c
This commit is contained in:
parent
4514742da7
commit
34385ab270
|
|
@ -2511,7 +2511,7 @@ Spice_Init(Tcl_Interp *interp)
|
|||
TausSeed();
|
||||
|
||||
/*parameter fetcher, used in show*/
|
||||
if_getparam = spif_getparam;
|
||||
if_getparam = spif_getparam_special;
|
||||
|
||||
/* Get startup system limits */
|
||||
init_rlimits();
|
||||
|
|
|
|||
Loading…
Reference in New Issue