Opened 11 years ago

Closed 11 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 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 (5)

comment:1 by Lennart Ochel, 11 years ago

Description: modified (diff)

comment:2 by Alachew Mengist, 11 years ago

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

comment:3 by Willi Braun, 11 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 Willi Braun, 11 years ago

Owner: changed from probably noone to Alachew Mengist
Status: newassigned

comment:5 by Alachew Mengist, 11 years ago

Resolution: fixed
Status: assignedclosed
  • Fiexed and tested on nonlinearDelayTest.mo and linearTestPackage.mo from testsuite
Note: See TracTickets for help on using tickets.