Skip to content

Commit 7ab9bcf

Browse files
committed
BUG: respect OverlapCalculator.rmin value
1 parent a95dc78 commit 7ab9bcf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/diffpy/srreal/OverlapCalculator.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -424,6 +424,7 @@ void OverlapCalculator::resetValue()
424424

425425
void OverlapCalculator::configureBondGenerator(BaseBondGenerator& bnds) const
426426
{
427+
bnds.setRmin(this->getRmin());
427428
bnds.setRmax(this->getRmaxUsed());
428429
}
429430

0 commit comments

Comments
 (0)