Wrong version in a log message

This commit is contained in:
dwarning 2013-05-07 22:35:20 +02:00
parent face333ee2
commit bd0dd7e465
1 changed files with 1 additions and 1 deletions

View File

@ -609,7 +609,7 @@ int Size_Not_Found;
{ IFuid namarray[2];
namarray[0] = model->BSIM3modName;
namarray[1] = here->BSIM3name;
SPfrontEnd->IFerror (ERR_FATAL, "Fatal error(s) detected during BSIM3V3.2 parameter checking for %s in model %s", namarray);
SPfrontEnd->IFerror (ERR_FATAL, "Fatal error(s) detected during BSIM3V3.3 parameter checking for %s in model %s", namarray);
return(E_BADPARM);
}