X-Git-Url: https://hackdaworld.org/gitweb/?p=physik%2Fnlsop.git;a=blobdiff_plain;f=nlsop.h;h=54c3bbff2c0a9ea678dbdde9a5118466b98c87b1;hp=470001001f62335d86e3e8cefadac5312eab6aee;hb=c71815b4b5dc67546a9ca407c256d18a4abb3aff;hpb=ac3628afff01679dfa9da69cf010764970e40be7 diff --git a/nlsop.h b/nlsop.h index 4700010..54c3bbf 100644 --- a/nlsop.h +++ b/nlsop.h @@ -5,12 +5,15 @@ * */ +#ifndef NLSOP_H +#define NLSOP_H + typedef unsigned int u32; #define AMORPH 1 -#define A_EL 1 -#define B_EL 0 +#define A_EL 1. +#define B_EL .0 #define X 50 #define Y 50 @@ -20,8 +23,8 @@ typedef unsigned int u32; #define RANGE 3 #define REFRESH 20 -#define A_CD 1 -#define B_CD 0 +#define A_CD 1. +#define B_CD .0 #define CC 0 @@ -30,3 +33,5 @@ typedef unsigned int u32; #define MAX_CHARS 64 #define MAX_TXT 32 + +#endif /* NLSOP_H */