Changes between Initial Version and Version 1 of Ticket #16295, comment 47
- Timestamp:
- 06/03/14 21:59:12 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16295, comment 47
initial v1 11 11 Is there a compact way of switching depending on the values of i and j in the case that terminology=MOLS? if i = 0 and j>1 then "square j-2" is not row latin. if i=1 and J> 1 then square j-2 is not column latin" if both i,j >2 then "square i-2 is not orthogonal to square j-2" 12 12 13 if i=0 and j=1 I have not found the right way t to word the error message yet.13 if i=0 and j=1 I have not found the right way to word the error message yet. Perhaps something like "the row and column indices are not orthogonal" 14 14 15 15 brett