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

Function jjRESTART

Singular/iparith.cc:8964–8978  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8962 return r;
8963}
8964static BOOLEAN jjRESTART(leftv, leftv u)
8965{
8966 int c=(int)(long)u->Data();
8967 switch(c)
8968 {
8969 case 0:{
8970 PrintS("delete all variables\n");
8971 killlocals(0);
8972 WerrorS("restarting...");
8973 break;
8974 };
8975 default: WerrorS("not implemented");
8976 }
8977 return FALSE;
8978}
8979#define D(A) (A)
8980#define NULL_VAL NULL
8981#define IPARITH

Callers

nothing calls this directly

Calls 4

PrintSFunction · 0.85
killlocalsFunction · 0.85
WerrorSFunction · 0.85
DataMethod · 0.45

Tested by

no test coverage detected