Commit d44ed57c by Maarten L. Hekkelman

load correct dictionary

parent aa31acb0
......@@ -450,7 +450,7 @@ CompoundFactoryImpl::CompoundFactoryImpl(const std::string &file, CompoundFactor
else
{
// A CCD components file, validate it first
cifFile.loadDictionary();
cifFile.loadDictionary("mmcif_pdbx_v50");
if (not cifFile.isValid())
throw std::runtime_error("Invalid compound file");
......
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