comment out subckts before dealing with models
This commit is contained in:
parent
7334e64cd4
commit
bef151eb9b
|
|
@ -527,8 +527,8 @@ inp_readall(FILE *fp, char *dir_name, bool comfile, bool intfile)
|
|||
|
||||
inp_remove_excess_ws(working);
|
||||
|
||||
inp_rem_unused_models(working);
|
||||
comment_out_unused_subckt_models(working);
|
||||
inp_rem_unused_models(working);
|
||||
|
||||
subckt_params_to_param(working);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue