Changeset d16ea9 in git for libpolys/polys/simpleideals.cc


Ignore:
Timestamp:
Aug 3, 2011, 7:57:58 PM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
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
Message:
FIX: fixing / exporting Minors-related functions in ideals.*
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/simpleideals.cc

    r118753 rd16ea9  
    15201520* returns the first one;
    15211521*/
    1522 static int id_ReadOutPivot(ideal arg,int* comp, const ring r)
     1522int id_ReadOutPivot(ideal arg,int* comp, const ring r)
    15231523{
    15241524  if (idIs0(arg)) return -1;
Note: See TracChangeset for help on using the changeset viewer.