added diffusion rate
authorhackbard <hackbard>
Fri, 30 May 2003 15:36:46 +0000 (15:36 +0000)
committerhackbard <hackbard>
Fri, 30 May 2003 15:36:46 +0000 (15:36 +0000)
nlsop.h

diff --git a/nlsop.h b/nlsop.h
index a846d08..35989b3 100644 (file)
--- a/nlsop.h
+++ b/nlsop.h
@@ -13,7 +13,7 @@ typedef unsigned int u32;
 typedef struct __info
 {
  int cc,steps,range;
- double a_el,b_el,a_cd,b_cd,a_ap,b_ap;
+ double a_el,b_el,a_cd,b_cd,a_ap,b_ap,d_r;
 } info;
 
 #define AMORPH 1
@@ -34,6 +34,8 @@ typedef struct __info
 
 #define CC 0
 
+#define D_R .5
+
 #define A_AP .1
 #define B_AP .2