Browse Source

install the callback function

pre-master-46
Holger Vogt 6 years ago
parent
commit
a95700799d
  1. 3
      src/xspice/icm/xtradev/pswitch/cfunc.mod

3
src/xspice/icm/xtradev/pswitch/cfunc.mod

@ -174,6 +174,9 @@ void cm_pswitch(ARGS) /* structure holding parms,
}
if(INIT == 1) { /* first time through, allocate memory, set static parameters */
CALLBACK = cm_pswitch_callback;
/*** allocate static storage for *loc ***/
STATIC_VAR (locdata) = calloc (1 , sizeof ( Local_Data_t ));
loc = STATIC_VAR (locdata);

Loading…
Cancel
Save