Changes between Initial Version and Version 1 of Ticket #2176
- Timestamp:
- 2013-05-08T11:48:58Z (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2176 – Description
initial v1 14 14 }}} 15 15 we print out an error message like 16 {{{If-equation with conditions that are not parameter expressions must have the same number of equations in each branch, equation count is {2,2,0} for each respective branch 16 {{{ 17 If-equation with conditions that are not parameter expressions must have the same number of equations in each branch, equation count is {2,2,0} for each respective branch 17 18 }}} 18 19 So it's not very clear that the real error is a missing else-clause. We could improve this by simply printing out a different error for the case where the else-clause is missing.