implemented saturation value of carbon in amorph cells
[physik/nlsop.git] / nlsop.h
diff --git a/nlsop.h b/nlsop.h
index 8b4b63a..80ce82b 100644 (file)
--- a/nlsop.h
+++ b/nlsop.h
@@ -12,7 +12,7 @@ typedef unsigned int u32;
 
 typedef struct __info
 {
- int cc,steps,range,diff_rate,cpi;
+ int cc,steps,range,diff_rate,cpi,c_sat;
  double a_el,b_el,a_cd,b_cd,a_ap,b_ap,a_cp,dr_ac,dr_cc;
  char z_diff,c_diff;
 } info;
@@ -56,6 +56,8 @@ typedef struct __info
 
 #define CPI 20
 
+#define C_SAT (6*6*6)
+
 #define FFT_HEIGHT 64
 
 #endif /* NLSOP_H */