0106

From BR Wiki
Jump to navigation Jump to search

Summary:

Array size conflict

Cause:

One of two problems occurred:

  1. The array sizes in a Mat statement do not match or,
  2. Mat grouping (in a Input/ Print/ RInput Fields statement) was attempted with mismatched array sizes.

Remedy:

  1. Make sure that the dimension size of the arrays in the Mat statement are the same.
  2. Make sure that the dimension size of the arrays in the Mat grouping are the same.