[gsl/temp_odecrash] temporary diagnostic

Frantisek Kluknavsky fkluknav at fedoraproject.org
Wed Jan 16 12:47:13 UTC 2013


commit 2fc1ec54467f87bce00ed8a95986782575eee610
Author: Frantisek Kluknavsky <fkluknav at redhat.com>
Date:   Wed Jan 16 11:25:13 2013 +0100

    temporary diagnostic

 wrk.patch |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/wrk.patch b/wrk.patch
index 42da446..b77516e 100644
--- a/wrk.patch
+++ b/wrk.patch
@@ -1,12 +1,12 @@
 diff -up wrk/ode-initval2/msbdf.c.wrk wrk/ode-initval2/msbdf.c
 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-15 14:39:04.368603329 +0100
++++ wrk/ode-initval2/test.c	2013-01-16 11:24:10.877413426 +0100
 @@ -923,6 +923,18 @@ rhs_ringmod (double t, const double y[],
    f[13] = (-y[0] + uin1 - (ri + rg1) * y[13]) / ls1;
    f[14] = (-y[1] - (rc + rg1) * y[14]) / ls1;
  
-+  int i;
++  /*int i;
 +  printf("temp states\n");
 +  for (i=0; i<15; ++i) {
 +  
@@ -17,7 +17,7 @@ diff -up wrk/ode-initval2/test.c.wrk wrk/ode-initval2/test.c
 +	  printf("%lu\n", *((unsigned long *)(&(ls2))));
 +	  printf("%lu\n", *((unsigned long *)(&(rg3))));
 +	  printf("%lu\n", *((unsigned long *)(&(ls3))));
-+
++*/
    return GSL_SUCCESS;
  }
  


More information about the scm-commits mailing list