Skip to content

Commit

Permalink
fix: arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
hannes14 committed Mar 6, 2020
1 parent 2c992ab commit b513827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/src/ideals.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ void singular_define_ideals(jlcxx::Module & Singular)
rChangeCurrRing(o);
ideal rest;
ideal res = idLift(m, sm, &rest, FALSE, FALSE);
rest->rank = mod->rank;
rest->rank = m->rank;
res->rank = IDELEMS(m);
rChangeCurrRing(origin);
return std::make_tuple(res, rest);
Expand Down

0 comments on commit b513827

Please sign in to comment.