Opened 8 years ago
Closed 8 years ago
#4916 closed defect (fixed)
Type mismatch in Connection.branch with the NF
| Reported by: | Francesco Casella | Owned by: | Per Östlund |
|---|---|---|---|
| Priority: | high | Milestone: | 2.0.0 |
| Component: | New Instantiation | Version: | |
| Keywords: | Cc: |
Description
Please check Modelica.Mechanics.MultiBody.Examples.Constraints.PrismaticConstraint.err. The following error is reported
[Modelica 3.2.2/Mechanics/MultiBody/Interfaces.mo:430:5-430:45:writable] Error: Type mismatch for positional argument 1 in Connections.branch(node1=jointPrismatic_x.frame_a.R). The argument has type: Orientation expected type: Integer
This issue affects all models in the MultiBody library.
Note:
See TracTickets
for help on using tickets.

Fixed in bcde7bc9. Overconstrained connection handling is needed before any models using the Connections operators will work though.