Skip to content

Commit

Permalink
Update pkg/JuliaInterface/gap/adapter.gi
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas Breuer <[email protected]>
  • Loading branch information
fingolfin and ThomasBreuer authored Apr 12, 2023
1 parent 9ad540a commit eb7249f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/JuliaInterface/gap/adapter.gi
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ BindGlobal("ShallowCopy_Julia", function(it)
return rec(NextIterator := it!.NextIterator,
IsDoneIterator := it!.IsDoneIterator,
ShallowCopy := it!.ShallowCopy,
state := it!.state,
state := Julia.Base.deepcopy(it!.state),
obj := it!.obj,
);
end);
Expand Down

0 comments on commit eb7249f

Please sign in to comment.