Browse Source

inpcom.c: modify only subckt used

pre-master-46
h_vogt 13 years ago
committed by rlar
parent
commit
5b06bdcd5b
  1. 3
      src/frontend/inpcom.c

3
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); inp_fix_for_numparam(subckt_w_params, working);
subckt_params_to_param(working);
// tprint(cc); /* test printout to file tprint-out.txt */ // tprint(cc); /* test printout to file tprint-out.txt */
inp_remove_excess_ws(working); inp_remove_excess_ws(working);
comment_out_unused_subckt_models(working, line_number); comment_out_unused_subckt_models(working, line_number);
subckt_params_to_param(working);
line_number = inp_split_multi_param_lines(working, line_number); line_number = inp_split_multi_param_lines(working, line_number);
inp_fix_macro_param_func_paren_io(working); inp_fix_macro_param_func_paren_io(working);

Loading…
Cancel
Save