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

Method main

src/davidson/qm/QMSuperpositionApp.java:361–365  ·  view source on GitHub ↗

Starts the program and loads an optional XML file. @param args String[]

(String[] args)

Source from the content-addressed store, hash-verified

359 * @param args String[]
360 */
361 public static void main(String[] args) {
362 final QMSuperpositionApp app = new QMSuperpositionApp();
363 AnimationControl.createApp(app,args);
364 app.customize();
365 }
366}

Callers

nothing calls this directly

Calls 2

createAppMethod · 0.95
customizeMethod · 0.95

Tested by

no test coverage detected