#6183 closed defect (fixed)
fully qualified name missing in complex equation
| Reported by: | Volker Waurich | Owned by: | Adrian Pop |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.16.0 |
| Component: | Frontend | Version: | |
| Keywords: | Cc: | Per Östlund |
Description
Hi,
Please have a look on the attached model TestEnvironment2.
The algorithm function as it appears in the backend BFT.Environments.FromInput.Environment$environment.get_Contact_Points(...,RoadAltitude[1],...) has array arguments which are not fully qualified: RoadAltitude[X],RoadAdhesion[X],RoadNormal[X,Y]
The fully qualified name is environment.RoadAltitude[1]. See withdumpdaelow-flag.
Hence, the alias elemination cannot replace the variables properly and compilation fails as the argument is unknown.
Attachments (1)
Change History (5)
by , 5 years ago
| Attachment: | TestEnvironment2Total.mo added |
|---|
follow-up: 2 comment:1 by , 5 years ago
Do you use the new or the old front-end? From the $ in the name I would say you're using the old one. Try with the new one -d=newInst as the old one will be deprecated.
comment:2 by , 5 years ago
Replying to adrpo:
Do you use the new or the old front-end? From the
$in the name I would say you're using the old one. Try with the new one-d=newInstas the old one will be deprecated.
The new frontend works.
comment:3 by , 5 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:4 by , 5 years ago
| Milestone: | Future → 1.16.0 |
|---|

minimal test model