You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
size_or_len_str_dest = destsize isa Integer ?"length":"size"
433
448
throw(DimensionMismatch(
434
449
LazyString(
435
450
"incompatible destination size: ",
436
-
lazy"the destination of size $sizeC is incomatible with the multiplication of a $strA of size $(sizeA) and a $strB of size $(sizeB). ",
437
-
lazy"The destination must be of size $destsize."
451
+
lazy"the destination $strC of $size_or_len_str_C $C_size_len is incomatible with the product of a $strA of size $sizeA and a $strB of $size_or_len_str_B $B_size_len. ",
452
+
lazy"The destination must be of $size_or_len_str_dest $destsize."
0 commit comments