Home
last modified time | relevance | path

Searched refs:otherAtomsThatCanHaveHydro (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 DStructureBuildingMethods.java907 List<Atom> otherAtomsThatCanHaveHydro = new ArrayList<Atom>(); in applyUnlocantedHydro() local
910 otherAtomsThatCanHaveHydro.add(a); in applyUnlocantedHydro()
924 otherAtomsThatCanHaveHydro.add(a); in applyUnlocantedHydro()
929 …prioritisedAtomsAcceptingHydro.addAll(otherAtomsThatCanHaveHydro);//these end up at the end of the… in applyUnlocantedHydro()