mop up, in the shadow of the last two commits

This commit is contained in:
rlar 2011-05-01 17:32:41 +00:00
parent 3d8fb96647
commit 6a6a52ebbe
2 changed files with 6 additions and 2 deletions

View File

@ -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 :

View File

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