Skip to content

Commit

Permalink
Molecule padding matched to bond distance threshold. #154
Browse files Browse the repository at this point in the history
  • Loading branch information
Denz1994 committed Mar 3, 2020
1 parent 68e90cc commit 200da18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/common/model/Kit.js
Original file line number Diff line number Diff line change
Expand Up @@ -712,7 +712,7 @@ class BondingOption {
Kit.BondingOption = BondingOption;
Kit.bondDistanceThreshold = 50;
Kit.bucketPadding = 50;
Kit.interMoleculePadding = 100;
Kit.interMoleculePadding = 50;

buildAMolecule.register( 'Kit', Kit );
export default Kit;

0 comments on commit 200da18

Please sign in to comment.