All Downloads are FREE. Search and download functionalities are using the official Maven repository.

base.CommonConstants Maven / Gradle / Ivy

The newest version!
package base;

public final class CommonConstants {

    public static double getTol(){return CommonConstants.tol;}
    public static void setTol(double tol){CommonConstants.tol = tol;}

    protected static double tol = 1.0e-8;
    private CommonConstants(){}


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy