Home
last modified time | relevance | path

Searched refs:currentPrimes (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.java366 int currentPrimes = StringTools.countTerminalPrimes(currentLocant); in copyAndRelabelFragment() local
367 String locantSansPrimes = currentLocant.substring(0, currentLocant.length()-currentPrimes); in copyAndRelabelFragment()
368 int highestNumberOfPrimesWithThisLocant = currentPrimes; in copyAndRelabelFragment()
372 …Tools.multiplyString("'", ((highestNumberOfPrimesWithThisLocant +1)*primesToAdd) + currentPrimes)); in copyAndRelabelFragment()