resolve unused parameter warnings in USER-ATC package
This commit is contained in:
@ -165,7 +165,7 @@ namespace ATC {
|
||||
// Constructor
|
||||
//--------------------------------------------------------
|
||||
SmallMoleculeSet::SmallMoleculeSet(ATC_Method * atc, int groupBit,
|
||||
PerAtomQuantity<int> * bondList, PerAtomQuantity<int> * numBond) :
|
||||
PerAtomQuantity<int> * bondList, PerAtomQuantity<int> * /* numBond */) :
|
||||
MoleculeSet(atc,groupBit),
|
||||
bondList_(bondList)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user