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

Method getPolyCode

Singular/LIB/surfex/Equation.java:347–350  ·  view source on GitHub ↗
(String polyname)

Source from the content-addressed store, hash-verified

345 }
346
347 public String getPolyCode(String polyname) {
348 return ("poly " + polyname + " = "
349 + text.getText().replaceAll("-", "-1*") + ";");
350 }
351
352 public String getSurfCode(String polyname, int surface_no, double ang[]) {
353 String str = "";

Callers 1

getSurfCode_Part1Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected