Commit 9329c0c0 by Maarten L. Hekkelman

optimisation of creating compound

parent de3ac001
......@@ -298,6 +298,9 @@ class CompoundFactoryImpl
break;
}
}
if (result)
break;
}
if (result == nullptr and mMissing.count(id) == 0)
......
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