# HG changeset patch # User jwe # Date 837469894 0 # Node ID 7ffb2a630708ecccb86aebd6d3b0573ba377cdc7 # Parent b5568c31ee2c8adbaebe32b78e0a42b12a441f84 [project @ 1996-07-15 22:31:34 by jwe] diff --git a/scripts/audio/loadaudio.m b/scripts/audio/loadaudio.m --- a/scripts/audio/loadaudio.m +++ b/scripts/audio/loadaudio.m @@ -78,6 +78,3 @@ fclose (num); endfunction - - - diff --git a/scripts/elfun/acot.m b/scripts/elfun/acot.m --- a/scripts/elfun/acot.m +++ b/scripts/elfun/acot.m @@ -29,4 +29,4 @@ w = atan (1 ./ z); -endfunction \ No newline at end of file +endfunction diff --git a/scripts/elfun/acoth.m b/scripts/elfun/acoth.m --- a/scripts/elfun/acoth.m +++ b/scripts/elfun/acoth.m @@ -29,4 +29,4 @@ w = atanh (1 ./ z); -endfunction \ No newline at end of file +endfunction diff --git a/scripts/elfun/acsc.m b/scripts/elfun/acsc.m --- a/scripts/elfun/acsc.m +++ b/scripts/elfun/acsc.m @@ -29,4 +29,4 @@ w = asin (1 ./ z); -endfunction \ No newline at end of file +endfunction diff --git a/scripts/elfun/acsch.m b/scripts/elfun/acsch.m --- a/scripts/elfun/acsch.m +++ b/scripts/elfun/acsch.m @@ -29,4 +29,4 @@ w = asinh (1 ./ z); -endfunction \ No newline at end of file +endfunction diff --git a/scripts/elfun/asec.m b/scripts/elfun/asec.m --- a/scripts/elfun/asec.m +++ b/scripts/elfun/asec.m @@ -29,4 +29,4 @@ w = acos (1 ./ z); -endfunction \ No newline at end of file +endfunction diff --git a/scripts/elfun/cot.m b/scripts/elfun/cot.m --- a/scripts/elfun/cot.m +++ b/scripts/elfun/cot.m @@ -29,4 +29,4 @@ w = 1 ./ tan(z); -endfunction \ No newline at end of file +endfunction diff --git a/scripts/elfun/coth.m b/scripts/elfun/coth.m --- a/scripts/elfun/coth.m +++ b/scripts/elfun/coth.m @@ -29,4 +29,4 @@ w = 1 ./ tanh(z); -endfunction \ No newline at end of file +endfunction diff --git a/scripts/elfun/log2.m b/scripts/elfun/log2.m --- a/scripts/elfun/log2.m +++ b/scripts/elfun/log2.m @@ -29,4 +29,4 @@ w = log(z) / log(2); -endfunction \ No newline at end of file +endfunction diff --git a/scripts/miscellaneous/list_primes.m b/scripts/miscellaneous/list_primes.m --- a/scripts/miscellaneous/list_primes.m +++ b/scripts/miscellaneous/list_primes.m @@ -80,4 +80,4 @@ endwhile -endfunction \ No newline at end of file +endfunction diff --git a/scripts/plot/mplot.m b/scripts/plot/mplot.m --- a/scripts/plot/mplot.m +++ b/scripts/plot/mplot.m @@ -86,6 +86,3 @@ endif endfunction - - - diff --git a/scripts/set/complement.m b/scripts/set/complement.m --- a/scripts/set/complement.m +++ b/scripts/set/complement.m @@ -49,4 +49,3 @@ endif endfunction - diff --git a/scripts/set/create_set.m b/scripts/set/create_set.m --- a/scripts/set/create_set.m +++ b/scripts/set/create_set.m @@ -54,4 +54,3 @@ endif endfunction - diff --git a/scripts/signal/fftfilt.m b/scripts/signal/fftfilt.m --- a/scripts/signal/fftfilt.m +++ b/scripts/signal/fftfilt.m @@ -95,9 +95,3 @@ endif endfunction - - - - - - diff --git a/scripts/specfun/beta.m b/scripts/specfun/beta.m --- a/scripts/specfun/beta.m +++ b/scripts/specfun/beta.m @@ -35,4 +35,3 @@ retval = exp (lgamma (a) + lgamma (b) - lgamma (a+b)); endfunction - diff --git a/scripts/statistics/ols.m b/scripts/statistics/ols.m --- a/scripts/statistics/ols.m +++ b/scripts/statistics/ols.m @@ -68,4 +68,3 @@ SIGMA = R' * R / (nr - r); endfunction - diff --git a/scripts/strings/blanks.m b/scripts/strings/blanks.m --- a/scripts/strings/blanks.m +++ b/scripts/strings/blanks.m @@ -38,7 +38,3 @@ endif endfunction - - - - diff --git a/scripts/strings/dec2bin.m b/scripts/strings/dec2bin.m --- a/scripts/strings/dec2bin.m +++ b/scripts/strings/dec2bin.m @@ -62,4 +62,3 @@ end_unwind_protect endfunction -