Changeset 4f61c6 in git


Ignore:
Timestamp:
Mar 14, 2014, 8:55:24 AM (10 years ago)
Author:
Adi Popescu <adi_popescum@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
0f60f3338b0e1f1f1a44c3d91280d816f1af9e5e
Parents:
ce2b91ad8589cfe665ecca38c9be1780ab736d4f
git-author:
Adi Popescu <adi_popescum@yahoo.de>2014-03-14 08:55:24+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-04-23 19:37:29+02:00
Message:
Update to mstd_review
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/ideals.cc

    rce2b91 r4f61c6  
    6060  intvec * wth;
    6161  BOOLEAN homog;
    62 
     62  #ifdef HAVE_RINGS
     63  if(rField_is_Ring(currRing))
     64  {
     65      WarnS("minbase applies only to the local or homogeneous case over coefficient fields");
     66      e=idCopy(h1);
     67      return e;
     68  }
     69  #endif
    6370  homog = idHomModule(h1,currQuotient,&wth);
    64   if (rHasGlobalOrdering(currRing)
    65        #ifdef HAVE_RINGS
    66         ||(rField_is_Ring(currRing))
    67        #endif
    68       )
     71  if (rHasGlobalOrdering(currRing))
    6972  {
    7073    if(!homog)
Note: See TracChangeset for help on using the changeset viewer.