Opened 18 years ago
Last modified 14 years ago
#110 closed defect (fixed)
Linefeeds in Modelica comment strings causes simulation failure
Reported by: | Peter Fritzson | Owned by: | Peter Fritzson |
---|---|---|---|
Priority: | critical | Milestone: | |
Component: | Version: | ||
Keywords: | Cc: | Peter Fritzson, Adrian Pop |
Description
See comments.
Note:
See TracTickets
for help on using tickets.
Linefeeds in Modelica comment strings causes simulation failure
since they are transmitted to the C code.
Not acceptable from the usability point of view.
Example: linefeed in comment string for Real s:
partial model Rigid "Rigid connection of two translational 1D flanges"
equation
end Rigid; From Modelica.Mechanics.Translational.Interfaces
Could be changed manually to:
partial model Rigid "Rigid connection of two translational 1D flanges"
equation
end Rigid; From Modelica.Mechanics.Translational.Interfaces