Home
last modified time | relevance | path

Searched refs:indiceInChildAtoms (Results 1 – 1 of 1) sorted by relevance

/dports/science/opsin/dan2097-opsin-9b25f7546b67/opsin-core/src/main/java/uk/ac/cam/ch/wwmm/opsin/
H A DFusedRingBuilder.java903 int indiceInChildAtoms = childAtoms.indexOf(from); in fuseRings() local
904 if (indiceInChildAtoms !=-1){ in fuseRings()
905 from = parentAtoms.get(indiceInChildAtoms); in fuseRings()
908 indiceInChildAtoms = childAtoms.indexOf(to); in fuseRings()
909 if (indiceInChildAtoms !=-1){ in fuseRings()
910 to = parentAtoms.get(indiceInChildAtoms); in fuseRings()