Package com.mockturtlesolutions.jpHtools.database

Examples of com.mockturtlesolutions.jpHtools.database.BufferSolution.show()


    
    BufferSolution mixture = null;
    //mixture = BufferSolution.createMixture(this.repos,this.bufferSolutions,factors);
          mixture = BufferSolution.createMixture(this.bufferSolutions,factors);
   
    mixture.show("Mixture");
   
    DblMatrix concMatrix = new DblMatrix(this.BVector.getN());
    HashMap spec_conc = null;
    spec_conc = (HashMap)mixture.species(this.pH);
   
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.