Opened 6 years ago
Closed 6 years ago
#5468 closed defect (fixed)
Lookup issue in ModelicaTest
Reported by: | Francesco Casella | Owned by: | Per Östlund |
---|---|---|---|
Priority: | blocker | Milestone: | 2.0.0 |
Component: | New Instantiation | Version: | |
Keywords: | Cc: |
Description
Please check
ModelicaTest.Rotational.TestBraking. The following error is reported:
[OMCompiler/build/lib/omlibrary/ModelicaTest trunk/Rotational.mo:1621:65-1621:82:writable] Error: Modified element tau_constant not found in class SignTorque.
Note:
See TracTickets
for help on using tickets.
This was due to a change in the MSL that wasn't propagated to ModelicaTest. I made a PR to fix it: #2924.