X-Git-Url: https://hackdaworld.org/gitweb/?p=physik%2Fposic.git;a=blobdiff_plain;f=pse.h;fp=pse.h;h=c746f2dc8922394576c07a2b05f90e032658a5c5;hp=3391d2676f548bac70a61d3e434ea038e5ea0d9a;hb=6e6d7126ea9a845f11637d8e1b8eb2b570ac4dc9;hpb=97dc63eb6a519b8e1f4fbfaa9760dd94539436b0 diff --git a/pse.h b/pse.h index 3391d26..c746f2d 100644 --- a/pse.h +++ b/pse.h @@ -7,6 +7,7 @@ #include "moldyn.h" +#ifdef PSE_MASS static double pse_mass[]={ 0, 0, @@ -28,7 +29,9 @@ static double pse_mass[]={ 0, 0, }; +#endif +#ifdef PSE_LC static double pse_lc[]={ 0, 0, @@ -50,7 +53,9 @@ static double pse_lc[]={ 0, 0, }; +#endif +#ifdef PSE_NAME static char *pse_name[]={ "*", "H", @@ -72,7 +77,9 @@ static char *pse_name[]={ "Cl", "Ar", }; +#endif +#ifdef PSE_COL static char *pse_col[]={ "*", "White", @@ -94,4 +101,5 @@ static char *pse_col[]={ "Cl", "Ar", }; +#endif