changeset 23081:7485462a6924

expint.m: Add missing semicolon to line to suppress output. * expint.m: Add missing semicolon to line to suppress output.
author Rik <rik@octave.org>
date Sun, 22 Jan 2017 08:31:08 -0800
parents c56d30ea6cd4
children ef4d915df748
files scripts/specfun/expint.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/specfun/expint.m	Tue Jan 10 19:35:10 2017 +0100
+++ b/scripts/specfun/expint.m	Sun Jan 22 08:31:08 2017 -0800
@@ -189,7 +189,7 @@
     k += 1;
     res(fflag) = res_tmp;
     oldres(fflag) = oldres_tmp;
-    fflag = abs (oldres) > abs (res)
+    fflag = abs (oldres) > abs (res);
   endwhile
   e1_a .*= ssum;