optimization of the MolStandardize code (#2621)

This commit is contained in:
Greg Landrum
2019-08-28 15:08:29 -07:00
committed by Brian Kelley
parent 253f172353
commit 4361e9932d
6 changed files with 56 additions and 36 deletions

View File

@@ -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);
}