Package fityk

Examples of fityk.Fityk


    static {
        System.loadLibrary("fitykJ");
    }

    public static void main(String argv[]) {
        Fityk f = new Fityk();
        System.out.println(f.get_info("version"));
        System.out.println("ln(2) = " + f.get_info("version"));

        hello g = new hello("nacl01.dat");
        g.run();
        g.save_session("tmp_save.fit");
    }
View Full Code Here

TOP

Related Classes of fityk.Fityk

Copyright © 2018 www.massapicom. 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.