Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hannes14 authored and mohamed-barakat committed Nov 9, 2011
1 parent 119853c commit c9c1186
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 @@ -279,7 +279,7 @@ void id_DelLmEquals(ideal id, const ring r)
if ((id->m[j] != NULL)
&& p_LmEqual(id->m[i], id->m[j],r)
#ifdef HAVE_RINGS
&& n_IsUnit(pGetCoeff(id->m[i],r->cf)) && n_IsUnit(pGetCoeff(id->m[j]),r->cf)
&& n_IsUnit(pGetCoeff(id->m[i]),r->cf) && n_IsUnit(pGetCoeff(id->m[j]),r->cf)
#endif
)
{
Expand Down

0 comments on commit c9c1186

Please sign in to comment.