Store ring for ring-dependent objects
| 163 | |
| 164 | /// Store ring for ring-dependent objects |
| 165 | static ring parent(leftv rhs) |
| 166 | { |
| 167 | return (rhs->RingDependend()? currRing: NULL); |
| 168 | } |
| 169 | |
| 170 | protected: |
| 171 | /// Singular object |
nothing calls this directly
no test coverage detected