Opened 3 years ago

Closed 3 years ago

Last modified 3 years ago

#6183 closed defect (fixed)

fully qualified name missing in complex equation

Reported by: vwaurich Owned by: adrpo
Priority: normal Milestone: 1.16.0
Component: Frontend Version:
Keywords: Cc: perost

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)

TestEnvironment2Total.mo (62.6 KB) - added by vwaurich 3 years ago.
minimal test model

Download all attachments as: .zip

Change History (5)

Changed 3 years ago by vwaurich

minimal test model

comment:1 follow-up: Changed 3 years ago by 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=newInst as the old one will be deprecated.

comment:2 in reply to: ↑ 1 Changed 3 years ago by vwaurich

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=newInst as the old one will be deprecated.

The new frontend works.

comment:3 Changed 3 years ago by vwaurich

  • Resolution set to fixed
  • Status changed from new to closed

comment:4 Changed 3 years ago by casella

  • Milestone changed from Future to 1.16.0
Note: See TracTickets for help on using tickets.