octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Forge] control-2.6.1 using old style continuation marker


From: Marco Atzeri
Subject: Re: [Forge] control-2.6.1 using old style continuation marker
Date: Fri, 31 Jan 2014 07:14:26 +0100
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0

forget it.
I forgot "hg update" after recent pull


On 31/01/2014 07:03, Marco Atzeri wrote:
Lukas,
the last mercurial source is still using old style
continuation marker "\" instead of raccomonded "..."

  like
----------------------------------------------------------------------
diff -r 04f39891fee0 inst/__adjust_iddata_tsam__.m
--- a/inst/__adjust_iddata_tsam__.m     Sat Jun 08 19:34:49 2013 +0200
+++ b/inst/__adjust_iddata_tsam__.m     Fri Jan 31 06:42:21 2014 +0100
@@ -45,8 +45,7 @@
    if (nt == 1 && e > 1)
      tsam = repmat (tsam, e, 1);
    elseif (nt != e)
-    error ("iddata: there are %d experiments, but only %d sampling
times", \
-           e, nt);
+    error ("iddata: there are %d experiments, but only %d sampling
times", e, nt);
    endif

  endfunction
---------------------------------------------------------------------

as on 3.8.x they are reported as warning and depracated,
could you amend it ?

I could do, but I am reluctant to touch code with an active mantainer.


Regards
Marco


reply via email to

[Prev in Thread] Current Thread [Next in Thread]