From 0f40554ed24793c535dcb65c3c471d2f1d29ec6c Mon Sep 17 00:00:00 2001 From: Ed J Date: Sun, 24 Nov 2024 20:25:39 +0000 Subject: [PATCH] zap polyfillv from Lvalue as already :lvalue in Image2D --- Basic/lib/PDL/Lvalue.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Basic/lib/PDL/Lvalue.pm b/Basic/lib/PDL/Lvalue.pm index 349e24918..2c37b2ade 100644 --- a/Basic/lib/PDL/Lvalue.pm +++ b/Basic/lib/PDL/Lvalue.pm @@ -35,7 +35,7 @@ use warnings; my @funcs = qw/ clump diagonal dice dice_axis dummy flat index index2d indexND indexNDb mslice mv broadcast unbroadcast - nslice_if_pdl polyfillv px + nslice_if_pdl px range rangeb reorder reshape sever slice where whereND xchg /;