Opened 12 years ago

Last modified 12 years ago

#2251 closed defect

when-equations are indented incorrectly — at Initial Version

Reported by: Lennart Ochel Owned by: somebody
Priority: high Milestone: 1.9.0
Component: Frontend Version: trunk
Keywords: Cc:

Description

It seems that the indention for "instantiateModel" works not very well. When-equations are indented incorrectly (or not that nice). See below:

class test
  Real d(start = -2.0);
equation
  when sample(0.0, 1.0) then
  d = pre(d) + 1.0;
  end when;
end test2;

Change History (0)

Note: See TracTickets for help on using tickets.