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:
parent
6b5bc9bcd8
commit
eee639d98d
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue