Mercurial > hg > octave-image
changeset 784:d9b2316985a3
imremap.m: Removed empty line in deftypefn block
author | Andreas Weber <andy.weber.aw@gmail.com> |
---|---|
date | Wed, 25 Sep 2013 19:58:17 +0200 |
parents | 01921740d4be |
children | 7b7832240e1d |
files | inst/imremap.m |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/inst/imremap.m +++ b/inst/imremap.m @@ -35,7 +35,6 @@ ## For @sc{matlab} compatibility, the methods @code{bicubic} (same as ## @code{cubic}), @code{bilinear} and @code{triangle} (both the same as ## @code{linear}) are also supported. - ## ## All values of the result that fall outside the original image will ## be set to @var{extrapval}. For images of class @code{double} @var{extrapval}