Skip to content

Commit

Permalink
FIX: minor correction
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksandr Motsak authored and mohamed-barakat committed Nov 9, 2011
1 parent 660a68f commit e276e42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libpolys/polys/simpleideals.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1680,7 +1680,7 @@ poly id_GCD(poly f, poly g, const ring r)

if (w!=NULL) delete w;
poly gg=pTakeOutComp(&(S->m[0]),2);
idDelete(&S);
id_Delete(&S, r);
poly gcd_p=singclap_pdivide(f,gg);
pDelete(&gg);
rChangeCurrRing(save_r);
Expand Down

0 comments on commit e276e42

Please sign in to comment.