X-Git-Url: https://www.hackdaworld.org/gitweb/?a=blobdiff_plain;f=pse.h;h=3391d2676f548bac70a61d3e434ea038e5ea0d9a;hb=a58211f24f237b51e708b9e8b9fd463a709754a6;hp=d9aff121f60ce5b1ab22eb73f1ef8c0340bb6cdb;hpb=4f7a62883e5e47be44856c9767c9255c1d68190d;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", +}; +