Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Singular/Singular
/ Print
Method
Print
Singular/dyn_modules/Order/nforder.cpp:126–131 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
124
return StringEndS();
125
}
126
void nforder::Print() {
127
char * s = String();
128
PrintS(s);
129
PrintS(
"\n"
);
130
omFree(s);
131
}
132
void nforder_delete(nforder* o) {
133
if (o->ref_count_decref()>0) {
134
return;
Callers
6
enumerate_all
Method · 0.45
increase_x
Method · 0.45
check_bound
Method · 0.45
temp_test
Function · 0.45
temp_test2
Function · 0.45
WriteRing
Function · 0.45
Calls
1
PrintS
Function · 0.85
Tested by
2
temp_test
Function · 0.36
temp_test2
Function · 0.36