diff --git a/src/module/ModuleTypes.jl b/src/module/ModuleTypes.jl index c26541f5e..31b60a058 100644 --- a/src/module/ModuleTypes.jl +++ b/src/module/ModuleTypes.jl @@ -34,6 +34,7 @@ end """ (R::PolyRing{T})(m::libSingular.poly,::Val{:vector}) where T + If R is called with a low-level poly pointer, along with Val(:vector), it will interpret the poly pointer as a vector. This needs to be indicated due to the fact that Singulars