Changeset b9642b1 in git for kernel/ideals.cc


Ignore:
Timestamp:
Jan 6, 2009, 3:00:57 PM (14 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '8d54773d6c9e2f1d2593a28bc68b7eeab54ed529')
Children:
577c14692ef00b8a6d8470158473aeb6af6b08b3
Parents:
939cb2de97b36ac54735806ce7150c37d0450106
Message:
*hannes: remove OrdSgn, part 1


git-svn-id: file:///usr/local/Singular/svn/trunk@11277 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/ideals.cc

    r939cb2 rb9642b1  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: ideals.cc,v 1.62 2008-11-12 16:06:50 Singular Exp $ */
     4/* $Id: ideals.cc,v 1.63 2009-01-06 13:59:35 Singular Exp $ */
    55/*
    66* ABSTRACT - all basic methods to manipulate ideals
     
    687687
    688688  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");
    692692    e=idCopy(h1);
    693693    return e;
Note: See TracChangeset for help on using the changeset viewer.