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

Method sliderMoved

src/debugging/physicsapps/IsingWRApp.java:26–30  ·  view source on GitHub ↗

Method sliderMoved

()

Source from the content-addressed store, hash-verified

24 *
25 */
26 public void sliderMoved () {
27 T = control.getDouble ("T");
28 newH = control.getDouble ("H");
29 if(newH!=H)fieldChanged=true;
30 }
31
32 /**
33 * Sets the Control.

Callers

nothing calls this directly

Calls 1

getDoubleMethod · 0.65

Tested by

no test coverage detected