inpgmod.c, #13/15, shortcut #if CIDER
This commit is contained in:
parent
a8ffd52c42
commit
0245f304ff
|
|
@ -62,7 +62,9 @@ create_model( CKTcircuit* ckt, INPmodel* modtmp, INPtables* tab )
|
|||
error = INPparseNumMod( ckt, modtmp, tab, &err );
|
||||
if (error)
|
||||
return error;
|
||||
} else {
|
||||
modtmp->INPmodLine->error = err;
|
||||
return 0;
|
||||
}
|
||||
#endif
|
||||
|
||||
/* parameter isolation, identification, binding */
|
||||
|
|
@ -122,9 +124,7 @@ create_model( CKTcircuit* ckt, INPmodel* modtmp, INPtables* tab )
|
|||
}
|
||||
FREE(parm);
|
||||
}
|
||||
#ifdef CIDER
|
||||
}
|
||||
#endif
|
||||
|
||||
modtmp->INPmodLine->error = err;
|
||||
|
||||
return 0;
|
||||
|
|
|
|||
Loading…
Reference in New Issue