Changeset 4f61c6 in git for kernel/ideals.cc
- Timestamp:
- Mar 14, 2014, 8:55:24 AM (10 years ago)
- Branches:
- (u'spielwiese', 'e7cc1ebecb61be8b9ca6c18016352af89940b21a')
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/ideals.cc
rce2b91 r4f61c6 60 60 intvec * wth; 61 61 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 63 70 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)) 69 72 { 70 73 if(!homog)
Note: See TracChangeset
for help on using the changeset viewer.