inpcom.c, minor cleanup
This commit is contained in:
parent
e4a28bc1c3
commit
229385b439
|
|
@ -2079,7 +2079,6 @@ inp_fix_subckt(struct names *subckt_w_params, char *s)
|
|||
|
||||
prev_card = end_card;
|
||||
num_params++;
|
||||
}
|
||||
#else
|
||||
/* patch provided by Ivan Riis Nielsen */
|
||||
bool done = FALSE;
|
||||
|
|
@ -2119,8 +2118,8 @@ inp_fix_subckt(struct names *subckt_w_params, char *s)
|
|||
else
|
||||
p2 = p1;
|
||||
}
|
||||
}
|
||||
#endif
|
||||
}
|
||||
/* now sort parameters in order of dependencies */
|
||||
inp_sort_params(start_card, end_card, head, start_card, end_card);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue