diff src/DLD-FUNCTIONS/__pchip_deriv__.cc @ 6945:6bbf56a9718a

[project @ 2007-10-02 20:47:22 by jwe]
author jwe
date Tue, 02 Oct 2007 20:47:23 +0000
parents 5a5a09d7deb8
children 93c65f2a5668
line wrap: on
line diff
--- a/src/DLD-FUNCTIONS/__pchip_deriv__.cc	Tue Oct 02 16:53:00 2007 +0000
+++ b/src/DLD-FUNCTIONS/__pchip_deriv__.cc	Tue Oct 02 20:47:23 2007 +0000
@@ -40,11 +40,13 @@
 			     octave_idx_type *ierr);
 }
 
+// Wrapper for SLATEC/PCHIP function DPCHIM to calculate the derivates
+// for piecewise polynomials.
+
 DEFUN_DLD (__pchip_deriv__, args, ,
   "-*- texinfo -*-\n\
 @deftypefn {Loadable Function} {} __pchip_deriv__ (@var{x}, @var{y})\n\
-Wrapper for SLATEC/PCHIP function DPCHIM to calculate the derivates for\n\
-piecewise polynomials.  You should be using @code{pchip} function instead.\n\
+Undocumented internal function.\n\
 @end deftypefn")
 {
   octave_value retval;