Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hannes14 committed Feb 6, 2024
1 parent b09595c commit 72ff4d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/caller.jl
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ function create_ring_from_singular_ring(r::libSingular.ring_ptr)
elseif libSingular.nCoeff_is_Nemo_Field(c)
cf = libSingular.nCopyCoeff(c)
Rcf = libSingular.nGetData(c)
basering = N_Field(Ref{Neomo.Field}(Rcf))
basering = N_Field(Ref{Nemo.Field}(Rcf))
T = Nemo.Field
elseif libSingular.nCoeff_is_Nemo_Ring(c)
cf = libSingular.nCopyCoeff(c)
Expand Down

0 comments on commit 72ff4d1

Please sign in to comment.