Commit d7c162c7 by Maarten L. Hekkelman

links fixed, again

parent f211fa4b
...@@ -973,6 +973,7 @@ void DictParser::linkItems() ...@@ -973,6 +973,7 @@ void DictParser::linkItems()
size_t ix = linkIndex.at(key); size_t ix = linkIndex.at(key);
addLink(ix, piv->mTag, civ->mTag); addLink(ix, piv->mTag, civ->mTag);
} }
}
auto& linkedGroup = dict["pdbx_item_linked_group"]; auto& linkedGroup = dict["pdbx_item_linked_group"];
...@@ -996,7 +997,6 @@ void DictParser::linkItems() ...@@ -996,7 +997,6 @@ void DictParser::linkItems()
mValidator.addLinkValidator(std::move(link)); mValidator.addLinkValidator(std::move(link));
} }
}
// now make sure the itemType is specified for all itemValidators // now make sure the itemType is specified for all itemValidators
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment