X-Git-Url: https://www.hackdaworld.org/gitweb/?p=physik%2Fposic.git;a=blobdiff_plain;f=pse.h;h=c746f2dc8922394576c07a2b05f90e032658a5c5;hp=d9aff121f60ce5b1ab22eb73f1ef8c0340bb6cdb;hb=HEAD;hpb=d7382ea10cd0fc49a5b8b5e3f2b48f5c1c8a2392 diff --git a/pse.h b/pse.h index d9aff12..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,4 +53,53 @@ static double pse_lc[]={ 0, 0, }; +#endif + +#ifdef PSE_NAME +static char *pse_name[]={ + "*", + "H", + "He", + "Li", + "Be", + "B", + "C", + "N", + "O", + "F", + "Ne", + "Na", + "Mg", + "Al", + "Si", + "P", + "S", + "Cl", + "Ar", +}; +#endif + +#ifdef PSE_COL +static char *pse_col[]={ + "*", + "White", + "He", + "Li", + "Be", + "B", + "Gray", + "N", + "Blue", + "F", + "Ne", + "Na", + "Mg", + "Al", + "Yellow", + "P", + "S", + "Cl", + "Ar", +}; +#endif