mirror of
https://git.code.sf.net/p/ngspice/ngspice
synced 2026-08-22 05:47:42 +02:00
inpcom.c, cleanup inp_readall() #7/7, drop misleading comment
This commit is contained in:
@@ -505,8 +505,6 @@ inp_readall(FILE *fp, char *dir_name, bool comfile, bool intfile)
|
|||||||
inp_expand_macros_in_deck(NULL, working);
|
inp_expand_macros_in_deck(NULL, working);
|
||||||
inp_fix_param_values(working);
|
inp_fix_param_values(working);
|
||||||
|
|
||||||
/* get end card as last card in list; end card pntr does not appear to always
|
|
||||||
be correct at this point */
|
|
||||||
for (end = cc; end->li_next; end = end->li_next)
|
for (end = cc; end->li_next; end = end->li_next)
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user