Rename the capacitor and inductor code models to capacitoric and inductoric

8e4db9109 ("adms bsimbulk and bsimcmg implementation based on work from Robert Larice", 2020-12-17)
changed inptypelk.c, line 37 from strcmp to strcasecmp.
Thus Capacitor (model for C) and code model capacitor are no longer
distinguished. Model parsing for the code models fails.

These code models are used very infrequently, thus renaming them
is a valid fix.
This commit is contained in:
Holger Vogt 2021-09-29 23:14:05 +02:00
parent 6b5bc9bcd8
commit eee639d98d
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ NON-STANDARD FEATURES
NAME_TABLE:
Spice_Model_Name: capacitor
Spice_Model_Name: capacitoric
C_Function_Name: cm_capacitor
Description: "Capacitor with voltage initial condition"

View File

@ -39,7 +39,7 @@ NON-STANDARD FEATURES
NAME_TABLE:
Spice_Model_Name: inductor
Spice_Model_Name: inductoric
C_Function_Name: cm_inductor
Description: "Inductor with current initial condition"