Opened 12 years ago
Last modified 12 years ago
#2410 closed defect
XML Dump doesnot generate all equations — at Initial Version
| 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
The XML dump does not generate equation for Linear Systems of Non-Linear Systems.
CodegenXML.tpl: [...] template equation_Xml(...) [...] case e as SES_LINEAR(__) then " " case e as SES_NONLINEAR(__) then " " [...] end equation_Xml;
Note:
See TracTickets
for help on using tickets.
