comparison scripts/ode/private/integrate_adaptive.m @ 20570:6256f6e366ac

Fix copyright text in private ode functions * script/ode/private/*.m: Fox the copyright text.
author Carlo de Falco <carlo.defalco@polimi.it>
date Fri, 02 Oct 2015 05:50:43 +0200
parents fcb792acab9b
children 3339c9bdfe6a
comparison
equal deleted inserted replaced
20569:b70cc4bd8109 20570:6256f6e366ac
1 ## Copyright (C) 2013, Roberto Porcu' <roberto.porcu@polimi.it> 1 ## Copyright (C) 2013, Roberto Porcu' <roberto.porcu@polimi.it>
2 ## OdePkg - A package for solving ordinary differential equations and more 2 ##
3 ## 3 ## This file is part of Octave.
4 ## This program is free software; you can redistribute it and/or modify 4 ##
5 ## it under the terms of the GNU General Public License as published by 5 ## Octave is free software; you can redistribute it and/or modify it
6 ## the Free Software Foundation; either version 2 of the License, or 6 ## under the terms of the GNU General Public License as published by
7 ## (at your option) any later version. 7 ## the Free Software Foundation; either version 3 of the License, or (at
8 ## 8 ## your option) any later version.
9 ## This program is distributed in the hope that it will be useful, 9 ##
10 ## but WITHOUT ANY WARRANTY; without even the implied warranty of 10 ## Octave is distributed in the hope that it will be useful, but
11 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 ## WITHOUT ANY WARRANTY; without even the implied warranty of
12 ## GNU General Public License for more details. 12 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 ## General Public License for more details.
13 ## 14 ##
14 ## You should have received a copy of the GNU General Public License 15 ## You should have received a copy of the GNU General Public License
15 ## along with this program; If not, see <http://www.gnu.org/licenses/>. 16 ## along with Octave; see the file COPYING. If not, see
17 ## <http://www.gnu.org/licenses/>.
16 18
17 19
18 ## -*- texinfo -*- 20 ## -*- texinfo -*-
19 ## @deftypefn {Command} {[@var{t}, @var{y}] =} 21 ## @deftypefn {Command} {[@var{t}, @var{y}] =}
20 ## integrate_adaptive (@var{@@stepper}, @var{order}, @var{@@fun}, @var{tspan}, 22 ## integrate_adaptive (@var{@@stepper}, @var{order}, @var{@@fun}, @var{tspan},