Opened 9 years ago

Closed 3 years ago

#3174 closed defect (fixed)

Duplicate elements not detected

Reported by: sjoelund.se Owned by: perost
Priority: high Milestone: 1.16.0
Component: Frontend Version: trunk
Keywords: Cc:

Description

Duplicate elements are not detected for the following

model M
  Real x,x;
equation
  x = 1.0;
end M;

Change History (1)

comment:1 Changed 3 years ago by perost

  • Milestone changed from Future to 1.16.0
  • Resolution set to fixed
  • Status changed from new to closed

Both the old and the new frontend now detects the duplicate elements.

Note: See TracTickets for help on using tickets.