Opened 11 years ago
Closed 11 years ago
#2607 closed defect (fixed)
Unparser omitts required parentheses
Reported by: | Peter Aronsson | Owned by: | somebody |
---|---|---|---|
Priority: | blocker | Milestone: | 1.9.1 |
Component: | Frontend | Version: | trunk |
Keywords: | Cc: |
Description
Consider the following simple model:
model x equation 0 = (a - b) - (c - d); end x;
Enter it in OMEdit, switch to diagram layer and then back to text view. The parentheses have disappeared! Giving this a blocker because if you happen to save a complete package you might get very confusing results!
Other example:
a/(b/c)
Note:
See TracTickets
for help on using tickets.
Fixed in r19422.