comment out subckts before dealing with models

This commit is contained in:
h_vogt 2016-05-07 22:13:14 +02:00 committed by rlar
parent 7334e64cd4
commit bef151eb9b
1 changed files with 1 additions and 1 deletions

View File

@ -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);