Add some comment.
This commit is contained in:
parent
1c52ffff92
commit
6fc144373c
|
|
@ -715,7 +715,9 @@ struct card *inp_readall(FILE *fp, const char *dir_name,
|
||||||
return NULL;
|
return NULL;
|
||||||
|
|
||||||
/* don't remove unused model if we have an .if clause, because we
|
/* don't remove unused model if we have an .if clause, because we
|
||||||
cannot yet decide here which model we finally will need */
|
cannot yet decide here which model we finally will need.
|
||||||
|
There is another trial using these functions in inpc,
|
||||||
|
when the netlist is expanded and flattened.*/
|
||||||
if (!has_if) {
|
if (!has_if) {
|
||||||
comment_out_unused_subckt_models(working);
|
comment_out_unused_subckt_models(working);
|
||||||
inp_rem_unused_models(root, working);
|
inp_rem_unused_models(root, working);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue