[gsl/temp_odecrash] temporary diagnostic

Frantisek Kluknavsky fkluknav at fedoraproject.org
Tue Jan 15 13:48:30 UTC 2013


commit 881612db228573e42c2cd91067e8521f5bc01090
Author: Frantisek Kluknavsky <fkluknav at redhat.com>
Date:   Tue Jan 15 14:46:24 2013 +0100

    temporary diagnostic

 wrk.patch |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/wrk.patch b/wrk.patch
index 6f56951..42da446 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:35:01.990078739 +0100
++++ wrk/ode-initval2/test.c	2013-01-15 14:39:04.368603329 +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) {
 +  


More information about the scm-commits mailing list