We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ace008 commit 68dc317Copy full SHA for 68dc317
tool/sdg/src/main/java/org/openscience/cdk/layout/LayoutRefiner.java
@@ -200,7 +200,7 @@ List<AtomPair> findCongestedPairs() {
200
Set<IntTuple> ringpairs = new HashSet<>();
201
202
// score at which to check for crossing bonds
203
- final double maybeCrossed = 1 / (2 * 2);
+ final double maybeCrossed = 1.0 / (2 * 2);
204
205
final int numAtoms = mol.getAtomCount();
206
for (int u = 0; u < numAtoms; u++) {
0 commit comments