Renamed indexes to matrix

This commit is contained in:
Willem 2022-02-04 20:01:05 +01:00
parent 184da4cf87
commit 6541a02041
21 changed files with 151 additions and 107 deletions

View file

@ -25,11 +25,11 @@ public class KlompGetậl4ˢᴰ extends AbstractBaseGetậlLevel0<KlompGetậl4
@Override
public V0x000CA8ˣᴸ getValue() {
return values[valueIndex0];
return values[matrix0];
}
@Override
public int getValueIndex0Length() {
public int getMatrix0Length() {
return T08PartOctal.LENGTH();
}