Opened 12 years ago
Closed 12 years ago
#2410 closed defect (fixed)
XML Dump doesnot generate all equations
| Reported by: | Willi Braun | Owned by: | Alachew Mengist |
|---|---|---|---|
| Priority: | high | Milestone: | 1.9.1 |
| Component: | Backend | Version: | trunk |
| Keywords: | Cc: | Adrian Pop, Martin Sjölund |
Description (last modified by )
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 (5)
comment:1 by , 12 years ago
| Description: | modified (diff) |
|---|
comment:2 by , 12 years ago
comment:3 by , 12 years ago
You can use some example from our testsuite.
linear systems: testsuite/linear_system/problem1.mos
non-linear systems: testsuite/nonlinear_system/problem1.mos
comment:4 by , 12 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:5 by , 12 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
- Fiexed and tested on nonlinearDelayTest.mo and linearTestPackage.mo from testsuite
Note:
See TracTickets
for help on using tickets.

Willi, Can you attach an example model containing equation for Linear Systems and Non-Linear Systems?