Merge branch 'pre-master' of ssh://git.code.sf.net/p/ngspice/ngspice into pre-master

This commit is contained in:
dwarning 2020-12-26 19:45:51 +01:00
commit 4417727fce
2 changed files with 702 additions and 755 deletions

File diff suppressed because it is too large Load Diff

View File

@ -2186,7 +2186,8 @@ int Size_Not_Found, i;
if (BSIM4v6checkModel(model, here, ckt))
{
SPfrontEnd->IFerrorf (ERR_FATAL, "Fatal error(s) detected during BSIM4.6.4 parameter checking for %s in model %s", model->BSIM4v6modName, here->BSIM4v6name);
SPfrontEnd->IFerrorf(ERR_FATAL,
"detected during BSIM4.6.5 parameter checking for \n model %s of device instance %s\n", model->BSIM4v6modName, here->BSIM4v6name);
return(E_BADPARM);
}
} /* End instance */