- Index
- » Usage and Applications
- » OpenModelica Usage and Applications
- » Wrong (red cross) icon related to...
Wrong (red cross) icon related to causal connecter when using SIunit
Wrong (red cross) icon related to causal connecter when using SIunit
I am using the following code:
within CybSim.Physiology;
encapsulated package Interfaces "Connectors and partial physiological entities"
import SI = CybSim.Mechanisms.SIunits;
...
connector inputDrug = input SI.MassFlowRate "input Drug mass flow rate connector";
...
end Interfaces;
where CybSim.Mechanisms.SIunits is defined by inheriting Modelica SIUnits:
within CybSim.Mechanisms;
encapsulated package SIunits
"Additional units and methods required for CybSim"
extends Modelica.SIunits;
....
end SIunits;
Although SI.MassFlowRate is correctly understood by Modelica in other CybSim (name of the library that I am developing) classes, however, the default icon associated with inputDrug connector is marked as wrong (red cross). This is solved if Modelica.SIunits is used instead of CybSim.Mechanisms.SIunits.
It seems a small bug of OMEdit (1.14).
Thank you very much in advance for your suggestions.
Manuel
- Index
- » Usage and Applications
- » OpenModelica Usage and Applications
- » Wrong (red cross) icon related to...