This commit is contained in:
rlar 2017-04-10 19:08:44 +02:00
parent 62b43e0257
commit 83fc1212fa
2 changed files with 1 additions and 1 deletions

View File

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

View File

@ -17,6 +17,7 @@ typedef struct INPtables INPtables;
typedef struct card card;
typedef struct INPmodel INPmodel;
#define NESTINGDEPTH 10
struct INPtab {
char *t_ent;