128129130131132133134135136137138
spec_conc = (HashMap)mixture.species(this.pH); //Get the predicted ionic strength too! HashMap ionicStr = null; ionicStr = mixture.ionicStr(this.pH); DblMatrix iStrength = (DblMatrix)ionicStr.get("total"); Set buffers = spec_conc.keySet();