Searched refs:otherGdp (Results 1 – 1 of 1) sorted by relevance
260 Double otherGdp = getGdp(data); in handle() local262 … if (myPop.doubleValue() == 0 || otherPop.doubleValue() == 0 || otherGdp.doubleValue() == 0) { in handle()264 otherGdp = getPopulation(data); in handle()268 CountryData.gdp.add(code, otherGdp * myPop / otherPop); in handle()