log scripts/ode/decic.m @ 30893:e1788b1a315f

age author description
Mon, 04 Apr 2022 18:14:56 -0700 Rik maint: Use "fcn" as preferred abbreviation for "function" in m-files.
Tue, 28 Dec 2021 18:22:40 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Wed, 10 Feb 2021 10:10:40 -0500 John W. Eaton maint: merge stable to default.
Wed, 10 Feb 2021 09:52:15 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Sun, 11 Oct 2020 21:59:35 -0700 Rik test: Add expected error message <Invalid call> to BIST tests for nargin.
Thu, 24 Sep 2020 14:44:58 -0700 Rik Eliminate unneeded verification of nargin, nargout in m-files.
Wed, 08 Jan 2020 11:59:41 -0500 John W. Eaton update formatting of copyright notices
Mon, 06 Jan 2020 22:29:51 -0500 John W. Eaton update Octave Project Developers copyright for the new year
Mon, 06 Jan 2020 15:38:17 -0500 John W. Eaton use centralized file for copyright info for individual contributors
Wed, 02 Jan 2019 16:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. stable
Fri, 30 Nov 2018 15:46:27 -0800 Rik decic.m: Fix failing BIST test.
Wed, 15 Aug 2018 15:29:11 -0700 Rik Use is_function_handle instead of isa (x, "function_handle").
Wed, 11 Jul 2018 08:40:07 -0700 Rik doc: Miscellaneous documentation fixes all over the manual (bug #54288). stable
Fri, 30 Mar 2018 09:19:05 -0400 John W. Eaton maint: Update copyright dates in all source files. stable
Tue, 27 Mar 2018 00:52:29 -0700 Colin Macdonald doc: improve differential eqtn docs and mention ode15i/ode15s (bug #51965). stable
Sat, 06 Jan 2018 07:57:19 -0800 Rik maint: Update punctuation for GPL v3 license text.
Tue, 05 Sep 2017 11:36:08 -0700 Rik maint: Use same format for Copyright statement throught code base.
Mon, 23 Jan 2017 14:30:35 -0500 John W. Eaton maint: strip extra trailing newlines from files.
Mon, 26 Dec 2016 20:01:13 -0800 Rik decic.m: Fix bad @seealso macro from cset 80ac3e38b03d.
Mon, 26 Dec 2016 15:51:41 -0800 Rik decic.m: Use Octave coding conventions.
Fri, 16 Dec 2016 10:20:35 -0500 John W. Eaton maint: Strip trailing whitespace from source files.
Tue, 23 Aug 2016 03:19:11 +0200 Francesco Faccio Add functions ode15i and ode15s
Tue, 23 Aug 2016 02:31:51 +0200 Francesco Faccio Refactor code for ode solvers and private functions