Changeset c9c118 in git for libpolys/polys/simpleideals.cc
- Timestamp:
- Apr 13, 2011, 3:03:03 PM (12 years ago)
- Branches:
- (u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
- Children:
- 3d0808a0883526b5a109b328ba27a2254b43eb2c
- Parents:
- 119853c413150c8d0ef19934c1d8139661c63d23
- git-author:
- Hans Schoenemann <hannes@mathematik.uni-kl.de>2011-04-13 15:03:03+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:12:30+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/polys/simpleideals.cc
r119853 rc9c118 280 280 && p_LmEqual(id->m[i], id->m[j],r) 281 281 #ifdef HAVE_RINGS 282 && n_IsUnit(pGetCoeff(id->m[i] ,r->cf)) && n_IsUnit(pGetCoeff(id->m[j]),r->cf)282 && n_IsUnit(pGetCoeff(id->m[i]),r->cf) && n_IsUnit(pGetCoeff(id->m[j]),r->cf) 283 283 #endif 284 284 )
Note: See TracChangeset
for help on using the changeset viewer.