Closed Augustin-Zidek closed 1 month ago
Fixes a segfault if one passes in a Cif datablock that didn't have cif::pdb::reconstruct_pdbx(cif_file); called on it.
cif::pdb::reconstruct_pdbx(cif_file);
Good catch, thanks
Fixes a segfault if one passes in a Cif datablock that didn't have
cif::pdb::reconstruct_pdbx(cif_file);
called on it.