Fix from yuri Mahotin. Missing break.

This commit is contained in:
pnenzi 2011-01-21 08:48:28 +00:00
parent f601632453
commit 8e005571e0
1 changed files with 4 additions and 3 deletions

View File

@ -1043,9 +1043,10 @@ GENmodel *inMod)
mod->BSIM4jtsswgd = value->rValue;
mod->BSIM4jtsswgdGiven = TRUE;
break;
case BSIM4_MOD_JTWEFF :
mod->BSIM4jtweff = value->rValue;
mod->BSIM4jtweffGiven = TRUE;
case BSIM4_MOD_JTWEFF :
mod->BSIM4jtweff = value->rValue;
mod->BSIM4jtweffGiven = TRUE;
break;
case BSIM4_MOD_NJTS :
mod->BSIM4njts = value->rValue;
mod->BSIM4njtsGiven = TRUE;