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

Method clear

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

Source from the content-addressed store, hash-verified

516 }
517
518 public void clear() {
519 eqAdm.clear();
520 cuAdm.clear();
521 parAdmin.clear();
522 solPtsAdm.clear();
523 newEquation();
524 }
525
526 public void setRootFinder(String s) {
527 rootFinder = s;

Callers 2

clearCurProjMethod · 0.95
closeProjectMethod · 0.45

Calls 1

newEquationMethod · 0.95

Tested by

no test coverage detected