issue-119 update linux libraries

This commit is contained in:
pschmidtke
2023-12-15 10:08:20 +01:00
parent 09bb933615
commit b410ea1a6a
3 changed files with 0 additions and 1 deletions

View File

@@ -84,7 +84,6 @@ s_pdb *open_mmcif(char *fpath, const char *ligan, const int keep_lig, int model_
if (at_in[i].modelnumber == model_number && !strncmp(at_in[i].atom_type, "ATOM", 4) && !is_ligand(par->chain_as_ligand, at_in[i].chain[0]))
{
if (at_in[i].altloc[0] == ' ' || at_in[i].altloc[0] == 'A' || at_in[i].altloc[0] == '?')
{
if (chains_to_delete(par->chain_delete, at_in[i].chain[0], par->chain_is_kept))
{