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

Method delete_node

kernel/spectrum/splist.cc:256–262  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

254// ----------------------------------------------------------------------------
255
256void spectrumPolyList::delete_node( spectrumPolyNode **node )
257{
258 spectrumPolyNode *foo = *node;
259 *node = (*node)->next;
260 delete foo;
261 N--;
262}
263
264// ----------------------------------------------------------------------------
265// Delete all nodes where node->mon is a multiple of m

Callers 1

spectrumStateFromListFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected