The main entry point for the program. @param args
(String[] args)
| 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 | } |
nothing calls this directly
no test coverage detected