# HG changeset patch # User John W. Eaton # Date 1226331780 18000 # Node ID 87f316e219b6aef227d06d0947ca811192dcbc51 # Parent 05b7a8ffec655ef2374c9906d30073d612a0843d spline.m: delete debugging statements diff --git a/scripts/ChangeLog b/scripts/ChangeLog --- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -1,3 +1,8 @@ +2008-11-10 John W. Eaton + + * polynomial/spline.m: Delete debugging statements. From + Sebastian Schöps . + 2008-09-28 Jaroslav Hajek * optimization/__fdjac__.m: New function file. diff --git a/scripts/polynomial/spline.m b/scripts/polynomial/spline.m --- a/scripts/polynomial/spline.m +++ b/scripts/polynomial/spline.m @@ -125,10 +125,6 @@ e = h(2:n-2); - size(a) - size(h) - n - g = 3 * diff (a(2:n,:)) ./ h(2:n-1,idx) ... - 3 * diff (a(1:n-1,:)) ./ h(1:n-2,idx); g(1,:) = 3 * (a(3,:) - a(2,:)) / h(2) ...