diff --git a/src/structure.cpp b/src/structure.cpp index 8820e42..027a5f4 100644 --- a/src/structure.cpp +++ b/src/structure.cpp @@ -116,6 +116,7 @@ void stripCifFile(const std::string &af_id, std::set requestedAsyms } // For some reason, some filled structures contain spurrious struct_conn records... + existingAsyms.insert("A"); for (const auto &[asym_id_1, asym_id_2] : struct_conn.rows("ptnr1_label_asym_id", "ptnr2_label_asym_id")) { existingAsyms.insert(asym_id_1);