From 5b06bdcd5bf716c31b2bda45346f142da43bf647 Mon Sep 17 00:00:00 2001 From: h_vogt Date: Thu, 5 Sep 2013 11:05:41 +0200 Subject: [PATCH] inpcom.c: modify only subckt used --- src/frontend/inpcom.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/frontend/inpcom.c b/src/frontend/inpcom.c index 4b7fb5ace..2c42528e6 100644 --- a/src/frontend/inpcom.c +++ b/src/frontend/inpcom.c @@ -786,12 +786,13 @@ inp_readall(FILE *fp, int call_depth, char *dir_name, bool comfile, bool intfile inp_fix_for_numparam(subckt_w_params, working); - subckt_params_to_param(working); // tprint(cc); /* test printout to file tprint-out.txt */ inp_remove_excess_ws(working); comment_out_unused_subckt_models(working, line_number); + subckt_params_to_param(working); + line_number = inp_split_multi_param_lines(working, line_number); inp_fix_macro_param_func_paren_io(working);