Home
last modified time | relevance | path

Searched refs:newAtomRefs4 (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 DFragmentManager.java395 Atom[] newAtomRefs4 = new Atom[4]; in copyAndRelabelFragment() local
399 newAtomRefs4[i] = AtomParity.hydrogen; in copyAndRelabelFragment()
402 newAtomRefs4[i] = AtomParity.deoxyHydrogen; in copyAndRelabelFragment()
405 newAtomRefs4[i] = oldToNewAtomMap.get(oldAtom); in copyAndRelabelFragment()
408 AtomParity newAtomParity =new AtomParity(newAtomRefs4, atom.getAtomParity().getParity()); in copyAndRelabelFragment()
472 Atom[] newAtomRefs4 = new Atom[4]; in copyAndRelabelFragment() local
474 newAtomRefs4[i] = oldToNewAtomMap.get(oldAtomRefs4[i]); in copyAndRelabelFragment()
476 newBond.setBondStereoElement(newAtomRefs4, bond.getBondStereo().getBondStereoValue()); in copyAndRelabelFragment()