Opened 16 years ago
Last modified 16 years ago
#1137 closed defect (fixed)
Kernel fails to return components when using constant (from MathCore)
| Reported by: | Jan Brugård | Owned by: | Jan Brugård |
|---|---|---|---|
| Priority: | critical | Milestone: | |
| Component: | Version: | ||
| Keywords: | Cc: | Jan Brugård, |
Description
Compare the models:
package test
Modelica.Mechanics.MultiBody.Types.Color BodyColor={0,128,255};
end test;
package test2
constant Modelica.Mechanics.MultiBody.Types.Color BodyColor={0,128,255};
end test2;
The second model gives the error message:
--- [138] 13:36:37 Internal error --- The kernel failed to return the components in class test.
Models similar to this is used in Modelica.Mechanics.MultiBody.Types.Defaults in the MultiBody.
Change History (2)
comment:1 by , 16 years ago
comment:2 by , 16 years ago
This seems to work, it might have been fixed when #1119|BUG:1119 got fixed.
Note:
See TracTickets
for help on using tickets.

http://intranet/trac/mathmodelica/ticket/2582