[Pkg-octave-commit] [octave-odepkg] 03/04: Refresh patch.

Sébastien Villemot sebastien at debian.org
Sun Jul 19 16:30:33 UTC 2015


This is an automated email from the git hooks/post-receive script.

sebastien pushed a commit to branch master
in repository octave-odepkg.

commit 469d0b3a5b7952bda07bdbb01aa46c80f600892b
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Sun Jul 19 18:24:11 2015 +0200

    Refresh patch.
---
 debian/patches/show-progress-in-rodas.patch | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/debian/patches/show-progress-in-rodas.patch b/debian/patches/show-progress-in-rodas.patch
index 8a1eb7f..5a1ebb4 100644
--- a/debian/patches/show-progress-in-rodas.patch
+++ b/debian/patches/show-progress-in-rodas.patch
@@ -5,8 +5,8 @@ Author: Rafael Laboissiere <rafael at laboissiere.net>
 Forwarded: not-needed
 Last-Update: 2014-09-19
 
---- octave-odepkg-0.8.4.orig/src/odepkg_octsolver_rodas.cc
-+++ octave-odepkg-0.8.4/src/odepkg_octsolver_rodas.cc
+--- a/src/odepkg_octsolver_rodas.cc
++++ b/src/odepkg_octsolver_rodas.cc
 @@ -943,6 +943,20 @@ oders (@@odepkg_equations_lorenz, [0, 25
  %!    if (size (vt) ~= [1, 1]) error ('"fout" step "done"'); end
  %!  else error ('"fout" invalid vflag');
@@ -28,7 +28,7 @@ Last-Update: 2014-09-19
  %!
  %! %# Turn off output of warning messages for all tests, turn them on
  %! %# again if the last test is called
-@@ -987,46 +989,46 @@ oders (@@odepkg_equations_lorenz, [0, 25
+@@ -975,46 +989,46 @@ oders (@@odepkg_equations_lorenz, [0, 25
  %!  vsol = oders (@fpol, [0 2], [2 0], 12, 13, 'KL');
  %!  assert ([vsol.x(end), vsol.y(end,:)], [2, fref], 1e-3);
  %!test %# empty OdePkg structure *but* extra input arguments
@@ -85,7 +85,7 @@ Last-Update: 2014-09-19
  %!  vsol = oders (@fpol, [0 10], [2 0], vopt);
  %!  assert (isfield (vsol, 'ie'));
  %!  assert (vsol.ie(1), 2);
-@@ -1045,11 +1047,11 @@ oders (@@odepkg_equations_lorenz, [0, 25
+@@ -1033,11 +1047,11 @@ oders (@@odepkg_equations_lorenz, [0, 25
  %!    [2.0, 2.496110, -0.830550, -2.677589], 1e-1);
  %!  warning ('on', 'OdePkg:HideWarning');
  %!test %# Jacobian option
@@ -99,7 +99,7 @@ Last-Update: 2014-09-19
  %!  vsol = oders (@fpol, [0 2], [2 0], vopt);
  %!  assert ([vsol.x(end), vsol.y(end,:)], [2, fref], 1e-3);
  %!
-@@ -1057,23 +1059,23 @@ oders (@@odepkg_equations_lorenz, [0, 25
+@@ -1045,23 +1059,23 @@ oders (@@odepkg_equations_lorenz, [0, 25
  %! %# test for Vectorized option is missing
  %!
  %!test %# Mass option as function
@@ -128,7 +128,7 @@ Last-Update: 2014-09-19
  %!  vsol = oders (@fpol, [0 2], [2 0], vopt);
  %!  assert ([vsol.x(end), vsol.y(end,:)], [2, fref], 1e-3);
  %!
-@@ -1082,15 +1084,15 @@ oders (@@odepkg_equations_lorenz, [0, 25
+@@ -1070,15 +1084,15 @@ oders (@@odepkg_equations_lorenz, [0, 25
  %! %# test for MaxOrder option is missing
  %!
  %!test %# Set BDF option to something else than default

-- 
Alioth's /home/groups/pkg-octave/bin/git-commit-notice on /srv/git.debian.org/git/pkg-octave/octave-odepkg.git



More information about the Pkg-octave-commit mailing list