From f11a9356f7caf674b5fefc8d11dc51cf0ef39c6b Mon Sep 17 00:00:00 2001 From: Max Horn Date: Thu, 19 Sep 2024 14:43:14 +0200 Subject: [PATCH] Apply suggestions from code review --- src/module/ModuleTypes.jl | 1 + 1 file changed, 1 insertion(+) 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