X-Git-Url: https://hackdaworld.org/gitweb/?p=physik%2Fnlsop.git;a=blobdiff_plain;f=nlsop.h;fp=nlsop.h;h=d41f84cc465552029d0ef72542aa24f1a3629c0d;hp=5e8db78f4b1788865ff298ca9b2d638bebc616db;hb=5246e11671ef0cceef2086f1c9d75c35198683e2;hpb=e7f9c4ef1dd8eb2a19fe98091db7d06834643ea9 diff --git a/nlsop.h b/nlsop.h index 5e8db78..d41f84c 100644 --- a/nlsop.h +++ b/nlsop.h @@ -15,9 +15,8 @@ typedef unsigned int u32; typedef struct __info { - int cc,steps,range,diff_rate,cpi,s_rate; - double s,b,c,dr_ac,dr_cc; - char z_diff,c_diff; + int cc,steps,range,diff_rate,cpi,s_rate,save_rate; + double s,b,c,dr_ac; } info; #define AMORPH 1 @@ -34,7 +33,6 @@ typedef struct __info #define CC 0 #define DR_AC .5 -#define DR_CC .2 #define DIFF_RATE 1000 #define S_D .00001