We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb353ba commit ae342f4Copy full SHA for ae342f4
examples/hoseCode.js
@@ -9,7 +9,6 @@ function hoseFromCl(molecule) {
9
const maxSphereSize = 2;
10
const fragments = [];
11
const OCL = molecule.getOCL();
12
- const fragment = new OCL.Molecule(0, 0);
13
// keep track of the atoms when creating the fragment
14
const mappings = [];
15
let min = 0;
0 commit comments