Mercurial > hg > octave-lyh
diff scripts/ChangeLog @ 9360:df42106beec8
mpoles.m: Fix infinite loop for a multiplicity of poles at zero. Test added.
author | Ben Abbott <bpabbott@mac.com> |
---|---|
date | Thu, 18 Jun 2009 07:51:03 -0400 |
parents | 95ec56601497 |
children | a00e219c402d |
line wrap: on
line diff
--- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -1,3 +1,8 @@ +2009-06-18 Daniel Gualberto <daniel@alacer.com.br> + + * polynomial/mpoles.m: Fix infinite loop for a multiplicity of + poles at zero. Test added. + 2009-06-17 Bertrand Roessli <bertrand.roessli@psi.ch> * plot/axis.m: Fix bug for 'axis tight' with multiple surface plots,