Changes between Initial Version and Version 1 of Ticket #2176


Ignore:
Timestamp:
2013-05-08T11:48:58Z (12 years ago)
Author:
Per Östlund
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2176 – Description

    initial v1  
    1414}}}
    1515we 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{{{
     17If-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
    1718}}}
    1819So 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.