Changeset d16ea9 in git for libpolys/polys/simpleideals.cc
- Timestamp:
- Aug 3, 2011, 7:57:58 PM (12 years ago)
- Branches:
- (u'spielwiese', 'e7cc1ebecb61be8b9ca6c18016352af89940b21a')
- Children:
- 47a4c2d983f929beff4c8f6c6aff4ac93dda2323
- Parents:
- 1187538f48f52e8f271d5b5d0ef0c4c672292679
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-08-03 19:57:58+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 13:14:23+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/polys/simpleideals.cc
r118753 rd16ea9 1520 1520 * returns the first one; 1521 1521 */ 1522 staticint id_ReadOutPivot(ideal arg,int* comp, const ring r)1522 int id_ReadOutPivot(ideal arg,int* comp, const ring r) 1523 1523 { 1524 1524 if (idIs0(arg)) return -1;
Note: See TracChangeset
for help on using the changeset viewer.