Opened 8 years ago
Closed 8 years ago
#4007 closed defect (fixed)
comma separated list of expressions
Reported by: | Lennart Ochel | Owned by: | Martin Sjölund |
---|---|---|---|
Priority: | high | Milestone: | 1.11.0 |
Component: | Frontend | Version: | |
Keywords: | Cc: |
Description
The following expressions do not trigger any error message:
Real a = (0,25)*(0,25); Real b = (0,25)+(0,25); Real c = (0,25)^(0,25);
Change History (2)
comment:1 by , 8 years ago
Milestone: | Future → 1.11.0 |
---|---|
Owner: | changed from | to
Status: | new → accepted |
comment:2 by , 8 years ago
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Note:
See TracTickets
for help on using tickets.
Fixed in PR 1075