Skip to content

Commit

Permalink
Bonding threshold reduced by half as requested in #154 (comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
Denz1994 committed Feb 17, 2020
1 parent 2e21a1a commit 017df66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/common/model/Kit.js
Original file line number Diff line number Diff line change
Expand Up @@ -714,9 +714,9 @@ define( require => {
}

Kit.BondingOption = BondingOption;
Kit.bondDistanceThreshold = 110;
Kit.bondDistanceThreshold = 50;
Kit.bucketPadding = 50;
Kit.interMoleculePadding = 120;
Kit.interMoleculePadding = 100;

return buildAMolecule.register( 'Kit', Kit );
} );

0 comments on commit 017df66

Please sign in to comment.