Opened 12 years ago

Last modified 11 years ago

#2410 closed defect

XML Dump doesnot generate all equations — at Version 1

Reported by: Willi Braun Owned by: probably noone
Priority: high Milestone: 1.9.1
Component: Backend Version: trunk
Keywords: Cc: Adrian Pop, Martin Sjölund

Description (last modified by Lennart Ochel)

The XML dump does not generate equation for Linear Systems and Non-Linear Systems.

CodegenXML.tpl:
[...]
template equation_Xml(...)
[...]
  case e as SES_LINEAR(__) then " "
  case e as SES_NONLINEAR(__) then " "
[...]
end equation_Xml;

Change History (1)

comment:1 by Lennart Ochel, 12 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.