From f64d98c059f610ac8277d96d72aba8d2ecbccbce Mon Sep 17 00:00:00 2001 From: Ed J Date: Wed, 8 Jan 2025 08:08:47 +0000 Subject: [PATCH] fix PCHIP func POD --- lib/PDL/Primitive.pd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/PDL/Primitive.pd b/lib/PDL/Primitive.pd index 291a3fd29..259b1bbe8 100644 --- a/lib/PDL/Primitive.pd +++ b/lib/PDL/Primitive.pd @@ -5066,12 +5066,12 @@ set to 0 at all switch points. NOTES: =over -item * +=item * This will cause D to be set to zero at all switch points, thus forcing extrema there. -item * +=item * The result of using this option with the default boundary conditions will be identical to using DPCHIM, but will generally cost more