fixme
This commit is contained in:
parent
62b43e0257
commit
83fc1212fa
|
|
@ -2808,7 +2808,6 @@ inp_fix_inst_calls_for_numparam(struct names *subckt_w_params, struct line *deck
|
|||
struct line *d;
|
||||
|
||||
d = find_subckt(c->level, subckt_name)->line;
|
||||
#warning "if not d ..."
|
||||
{
|
||||
char *subckt_line = d->li_line;
|
||||
subckt_line = skip_non_ws(subckt_line);
|
||||
|
|
|
|||
|
|
@ -17,6 +17,7 @@ typedef struct INPtables INPtables;
|
|||
typedef struct card card;
|
||||
typedef struct INPmodel INPmodel;
|
||||
|
||||
#define NESTINGDEPTH 10
|
||||
|
||||
struct INPtab {
|
||||
char *t_ent;
|
||||
|
|
|
|||
Loading…
Reference in New Issue