@@ 481-485 (lines=5) @@ | ||
478 | 0, $this->context->countAux, \array_fill(0, $countCTerms, 0) |
|
479 | ); |
|
480 | ||
481 | for ($i = 0; $i < $this->context->countClasses; $i++) { |
|
482 | for ($j = 0; $j < $countCTerms; $j++) { |
|
483 | $cTermAction[$i][$j] = $this->context->classAction[$i][$this->context->oTermIndex[$j]]; |
|
484 | } |
|
485 | } |
|
486 | ||
487 | //582 |
|
488 | ||
@@ 504-508 (lines=5) @@ | ||
501 | } |
|
502 | } |
|
503 | ||
504 | for ($i = $this->context->countClasses; $i < $this->context->countAux; $i++) { |
|
505 | for ($j = 0; $j < $countCTerms; $j++) { |
|
506 | $cTermAction[$i][$j] = $this->context->classAction[$i][$this->context->oTermIndex[$j]]; |
|
507 | } |
|
508 | } |
|
509 | $base = []; |
|
510 | $this->packTable( |
|
511 | $cTermAction, $this->context->countAux, $countCTerms, false, false, |