Changeset b9642b1 in git for kernel/ideals.cc
- Timestamp:
- Jan 6, 2009, 3:00:57 PM (14 years ago)
- Branches:
- (u'spielwiese', '8d54773d6c9e2f1d2593a28bc68b7eeab54ed529')
- Children:
- 577c14692ef00b8a6d8470158473aeb6af6b08b3
- Parents:
- 939cb2de97b36ac54735806ce7150c37d0450106
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/ideals.cc
r939cb2 rb9642b1 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: ideals.cc,v 1.6 2 2008-11-12 16:06:50Singular Exp $ */4 /* $Id: ideals.cc,v 1.63 2009-01-06 13:59:35 Singular Exp $ */ 5 5 /* 6 6 * ABSTRACT - all basic methods to manipulate ideals … … 687 687 688 688 homog = idHomModule(h1,currQuotient,&wth); 689 if ( (currRing->OrdSgn == 1) && (!homog))690 { 691 Warn ("minbase applies only to the local or homogeneous case");689 if (rHasGlobalOrdering() && (!homog)) 690 { 691 WarnS("minbase applies only to the local or homogeneous case"); 692 692 e=idCopy(h1); 693 693 return e;
Note: See TracChangeset
for help on using the changeset viewer.