Typo
This commit is contained in:
parent
3286651aca
commit
7d4cf5487d
|
|
@ -55,7 +55,7 @@ CKTcircuit *ckt)
|
|||
wl = wlstart = TMALLOC(wordlist, 1);
|
||||
wl->wl_prev = NULL;
|
||||
wl->wl_next = NULL;
|
||||
wl->wl_word = tprintf("\nChecking parameters for BSIM 4.5 model %s\n", model->BSIM4v6modName);
|
||||
wl->wl_word = tprintf("\nChecking parameters for BSIM 4.6 model %s\n", model->BSIM4v6modName);
|
||||
|
||||
if ((here->BSIM4v6rgateMod == 2) || (here->BSIM4v6rgateMod == 3))
|
||||
{ if ((here->BSIM4v6trnqsMod == 1) || (here->BSIM4v6acnqsMod == 1)) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue