-
Notifications
You must be signed in to change notification settings - Fork 64
Closed
Description
Here:
IDEAS/IDEAS/Experimental/Electric/BaseClasses/Types/ComplexCharacteristicImpedance.mo
Lines 2 to 4 in a9cc4fd
| record ComplexCharacteristicImpedance = Complex (redeclare | |
| CharacteristicResistance re, redeclare | |
| CharacteristicReactance im) "Complex Characterisitc impedance"; |
we have:
Invalid extends-clause. ComplexCharacteristicImpedance is a record and Complex is an operator record, but a record cannot extend an operator record.
according to the table in 7.1.3 of the specification: https://specification.modelica.org/maint/3.6/inheritance-modification-and-redeclaration.html#restrictions-on-the-kind-of-base-class
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels