mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-03 21:44:30 +08:00
optimization of the MolStandardize code (#2621)
This commit is contained in:
committed by
Brian Kelley
parent
253f172353
commit
4361e9932d
@@ -163,7 +163,7 @@ class HierarchCatalog : public Catalog<entryType, paramType> {
|
||||
|
||||
//------------------------------------
|
||||
//! Construct by making a copy of the input \c params object
|
||||
HierarchCatalog<entryType, paramType, orderType>(paramType *params)
|
||||
HierarchCatalog<entryType, paramType, orderType>(const paramType *params)
|
||||
: Catalog<entryType, paramType>() {
|
||||
this->setCatalogParams(params);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user