X-Git-Url: https://hackdaworld.org/gitweb/?p=physik%2Fnlsop.git;a=blobdiff_plain;f=nlsop.h;h=1b8e4caf761001267046f05583bccedd4e046fb6;hp=a846d083428483d7ba1056c692de0387b1b2f6c7;hb=5a71cbde820d64c0bca211edcdc0b6af4498e727;hpb=40dfea76e1d7217b798999a5ffdca318ee951b81 diff --git a/nlsop.h b/nlsop.h index a846d08..1b8e4ca 100644 --- 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 @@ -28,17 +28,22 @@ typedef struct __info #define STEPS 100000 #define RANGE 3 #define REFRESH 20 +#define RESAVE 10000 #define A_CD 1. #define B_CD .0 #define CC 0 +#define D_R .5 + #define A_AP .1 -#define B_AP .2 +#define B_AP .01 #define MAX_CHARS 64 #define MAX_TXT 32 #define MAX_ARGV 27 +#define MAX_VPTR 50 + #endif /* NLSOP_H */