Changeset 2e757c in git for kernel


Ignore:
Timestamp:
Aug 21, 2011, 3:34:40 PM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
d02a0a1cbc2bab9a3795ca25c985fd634d4ec56a
Parents:
fe89b98b43d612545fd88fd728ab30f7f12fc881
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2011-08-21 15:34:40+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 16:12:24+01:00
Message:
removed idComactify -> id_Comapctify
Location:
kernel
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • kernel/ideals.h

    rfe89b98 r2e757c  
    143143ideal   idMinors(matrix a, int ar, ideal R = NULL);
    144144
    145 void   idCompactify(ideal id);
    146 
    147145ideal idMinEmbedding(ideal arg,BOOLEAN inPlace=FALSE, intvec **w=NULL);
    148146
  • kernel/tgb.cc

    rfe89b98 r2e757c  
    36343634  // Print("Idelems %i \n----------\n",IDELEMS(arg_I));
    36353635  ideal I = arg_I;
    3636   idCompactify (I);
     3636  id_Compactify (I,currRing);
    36373637  if(idIs0 (I))
    36383638    return I;
Note: See TracChangeset for help on using the changeset viewer.