Opened 14 years ago

Last modified 14 years ago

#1470 closed defect (fixed)

Backend: Fails to traverse array-assignments

Reported by: Martin Sjölund Owned by: Martin Sjölund
Priority: high Milestone:
Component: Version:
Keywords: Cc: Martin Sjölund, Frenkel TUD, Martin Sjölund, Willi Braun

Description

class A
  constant Real r[2,2] = {{1,2},{3,4}};
  Real r2[2,2];
algorithm
  r2 := {{1,2},{3,4}};
end A;

=>

Warning, not allowed to set the componentRef to a expression in DAEUtil.traverseDAEEquationsStmts
Error: Internal error DAEUtil.traverseDAEEquationsStmts not implemented correctly:   r2 := {{1.0,2.0},{3.0,4.0}};

Change History (1)

comment:1 by Martin Sjölund, 14 years ago

This was fixed in r8530

Note: See TracTickets for help on using tickets.