Browse Source

inpcom.c, bug fix, `inp_sort_params()' will do the concatenation

pre-master-46
rlar 11 years ago
parent
commit
c09fd54a54
  1. 1
      src/frontend/inpcom.c

1
src/frontend/inpcom.c

@ -2170,6 +2170,7 @@ inp_fix_subckt(struct names *subckt_w_params, char *s)
num_params++;
}
/* now sort parameters in order of dependencies */
head->li_next = NULL;
inp_sort_params(start_card, head, NULL, NULL);
/* create new ordered parameter string for subckt call */

Loading…
Cancel
Save