[gsl/temp_odecrash] temporary diagnostic

Frantisek Kluknavsky fkluknav at fedoraproject.org
Thu Jan 17 15:01:28 UTC 2013


commit f2b5a09f023fd211f15d3481e8218f111d1af642
Author: Frantisek Kluknavsky <fkluknav at redhat.com>
Date:   Thu Jan 17 15:40:27 2013 +0100

    temporary diagnostic

 wrk.patch |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/wrk.patch b/wrk.patch
index 095a842..d682912 100644
--- a/wrk.patch
+++ b/wrk.patch
@@ -1,6 +1,6 @@
 diff -up wrk/ode-initval2/msbdf.c.wrk wrk/ode-initval2/msbdf.c
 --- wrk/ode-initval2/msbdf.c.wrk	2013-01-09 10:35:45.259960403 +0100
-+++ wrk/ode-initval2/msbdf.c	2013-01-17 15:38:38.394930510 +0100
++++ wrk/ode-initval2/msbdf.c	2013-01-17 15:40:23.447646145 +0100
 @@ -116,7 +116,6 @@ static void *
  msbdf_alloc (size_t dim)
  {
@@ -9,14 +9,14 @@ diff -up wrk/ode-initval2/msbdf.c.wrk wrk/ode-initval2/msbdf.c
    if (state == 0)
      {
        GSL_ERROR_NULL ("failed to allocate space for msbdf_state", GSL_ENOMEM);
-@@ -1684,6 +1683,7 @@ msbdf_set_driver (void *vstate, const gs
- {
+@@ -1695,6 +1694,7 @@ msbdf_reset (void *vstate, size_t dim)
    msbdf_state_t *state = (msbdf_state_t *) vstate;
+   size_t i;
  
 +printf("ALOKUJEEEEEEEEEEEEEEEEEEEEEEEEEEM\n");
-   state->driver = d;
- 
-   return GSL_SUCCESS;
+   state->ni = 0;
+   state->ord = 1;
+   state->ordwait = 2;
 diff -up wrk/ode-initval2/test.c.wrk wrk/ode-initval2/test.c
 --- wrk/ode-initval2/test.c.wrk	2013-01-09 10:48:22.051415928 +0100
 +++ wrk/ode-initval2/test.c	2013-01-17 15:18:46.759826995 +0100


More information about the scm-commits mailing list