inpcom.c, minor cleanup

This commit is contained in:
rlar 2013-06-08 17:13:57 +02:00
parent e4a28bc1c3
commit 229385b439
1 changed files with 1 additions and 2 deletions

View File

@ -2079,7 +2079,6 @@ inp_fix_subckt(struct names *subckt_w_params, char *s)
prev_card = end_card; prev_card = end_card;
num_params++; num_params++;
}
#else #else
/* patch provided by Ivan Riis Nielsen */ /* patch provided by Ivan Riis Nielsen */
bool done = FALSE; bool done = FALSE;
@ -2119,8 +2118,8 @@ inp_fix_subckt(struct names *subckt_w_params, char *s)
else else
p2 = p1; p2 = p1;
} }
}
#endif #endif
}
/* now sort parameters in order of dependencies */ /* now sort parameters in order of dependencies */
inp_sort_params(start_card, end_card, head, start_card, end_card); inp_sort_params(start_card, end_card, head, start_card, end_card);