X-Git-Url: https://hackdaworld.org/gitweb/?a=blobdiff_plain;f=pse.h;h=3391d2676f548bac70a61d3e434ea038e5ea0d9a;hb=11fafa5d1eefeebd32e0996d2544adc39b16d8d1;hp=d9aff121f60ce5b1ab22eb73f1ef8c0340bb6cdb;hpb=d7382ea10cd0fc49a5b8b5e3f2b48f5c1c8a2392;p=physik%2Fposic.git diff --git a/pse.h b/pse.h index d9aff12..3391d26 100644 --- a/pse.h +++ b/pse.h @@ -51,3 +51,47 @@ static double pse_lc[]={ 0, }; +static char *pse_name[]={ + "*", + "H", + "He", + "Li", + "Be", + "B", + "C", + "N", + "O", + "F", + "Ne", + "Na", + "Mg", + "Al", + "Si", + "P", + "S", + "Cl", + "Ar", +}; + +static char *pse_col[]={ + "*", + "White", + "He", + "Li", + "Be", + "B", + "Gray", + "N", + "Blue", + "F", + "Ne", + "Na", + "Mg", + "Al", + "Yellow", + "P", + "S", + "Cl", + "Ar", +}; +