MCPcopy Create free account
hub / github.com/Singular/Singular / newEquation

Method newEquation

Singular/LIB/surfex/Project.java:576–582  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

574 }
575
576 public void newEquation() {
577 eqAdm.newEquation();
578 cuAdm.equationListChanged_add(new Integer(((Equation) eqAdm.eqnList
579 .lastElement()).eqnr).toString());
580 solPtsAdm.equationListChanged_add(new Integer(((Equation) eqAdm.eqnList
581 .lastElement()).eqnr).toString());
582 }
583
584 public void bt6ActionPerformed(ActionEvent evt) {
585 newParameter();

Callers 2

clearMethod · 0.95
bt1ActionPerformedMethod · 0.95

Calls 2

toStringMethod · 0.45

Tested by

no test coverage detected