modelica / ModelicaStandardLibrary

Free (standard conforming) library to model mechanical (1D/3D), electrical (analog, digital, machines), magnetic, thermal, fluid, control systems and hierarchical state machines. Also numerical functions and functions for strings, files and streams are included.
https://doc.modelica.org
BSD 3-Clause "New" or "Revised" License
452 stars 165 forks source link

FundamentalWavePermabilitySensor is misspelled #4400

Open JoeRiel opened 2 months ago

JoeRiel commented 2 months ago

Modelica.Magnetic.QuasiStatic.FluxTubes.Sensors.Transient.FundamentalWavePermabilitySensor is misspelled, the base name should be FundamentalWavePermeabilitySensor.

AHaumer commented 19 hours ago

Should we correct that now? Name change is not backwards compatible.

casella commented 5 hours ago

I would avoid non-backwards compatible changes. We could make a copy of the component with the correctly spelled name and keep the existing one with a deprecated icon for backwards compatibility.

What do you think?