mop up, in the shadow of the last two commits
This commit is contained in:
parent
3d8fb96647
commit
6a6a52ebbe
|
|
@ -1,3 +1,7 @@
|
|||
2011-05-01 Robert Larice
|
||||
* src/xspice/mif/mifgetmod.c :
|
||||
mop up, in the shadow of the last two commits
|
||||
|
||||
2011-05-01 Robert Larice
|
||||
* src/spicelib/parser/inpgmod.c ,
|
||||
* src/xspice/mif/mifgetmod.c :
|
||||
|
|
|
|||
|
|
@ -203,8 +203,8 @@ char *MIFgetMod(
|
|||
}
|
||||
error = ft_sim->setModelParm (ckt,
|
||||
modtmp->INPmodfast,
|
||||
ft_sim->devices[modtmp->INPmodType]->
|
||||
modelParms[j].id, val, NULL);
|
||||
ft_sim->devices[modtmp->INPmodType]->modelParms[j].id,
|
||||
val, NULL);
|
||||
if(error)
|
||||
return(INPerror(error));
|
||||
break;
|
||||
|
|
|
|||
Loading…
Reference in New Issue