diff --git a/src/spicelib/devices/bsim4v6/b4v6check.c b/src/spicelib/devices/bsim4v6/b4v6check.c index 6181eed1a..0ff686564 100644 --- a/src/spicelib/devices/bsim4v6/b4v6check.c +++ b/src/spicelib/devices/bsim4v6/b4v6check.c @@ -45,7 +45,7 @@ FILE *fplog; fprintf(fplog, "\n"); fprintf(fplog, "++++++++++ BSIM4v6 PARAMETER CHECKING BELOW ++++++++++\n"); - if (strcmp(model->BSIM4v6version, "4.6.5") != 0) + if ((strcmp(model->BSIM4v6version, "4.6.5")) && (strcmp(model->BSIM4v6version, "4.65"))) { fprintf(fplog, "Warning: This model is BSIM4.6.5; you specified a wrong version number.\n"); printf("Warning: This model is BSIM4.6.5; you specified a wrong version number.\n"); }