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

Function p_CheckRing

libpolys/polys/pDebug.cc:131–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129 return p_LmCheckIsFromRing(p, r);
130}
131BOOLEAN p_CheckRing(ring r)
132{
133 #ifndef X_OMALLOC
134 pAssumeReturn(r != NULL && r->PolyBin != NULL);
135 #endif
136 return TRUE;
137}
138
139/***************************************************************
140 *

Callers 3

_p_TestFunction · 0.85
p_LmInitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected