We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8560dd3 commit 240bbf3Copy full SHA for 240bbf3
macros/PGmatrixmacros.pl
@@ -768,7 +768,7 @@ =head2 convert_to_array_ref {
768
769
sub convert_to_array_ref {
770
my $input = shift;
771
- if (Value::isParser($input) and Value::classMatch($input,"Matrix")) {
+ if (Value::isValue($input) and Value::classMatch($input,"Matrix")) {
772
$input = [$input->value];
773
} elsif (ref($input) eq 'Matrix' ) {
774
$input = $input->array_ref;
0 commit comments