MCPcopy Create free account
hub / github.com/OpenSourcePhysics/osp / main

Method main

src/debugging/physicsapps/IsingWRApp.java:74–78  ·  view source on GitHub ↗

The main entry point for the program. @param args

(String[] args)

Source from the content-addressed store, hash-verified

72 * @param args
73 */
74 public static void main (String[] args) {
75 IsingWRApp model = new IsingWRApp ();
76 Control control = new IsingTempControl (model);
77 model.setControl (control);
78 }
79}

Callers

nothing calls this directly

Calls 1

setControlMethod · 0.95

Tested by

no test coverage detected