Changeset d76b58 in git for kernel/ideals.cc


Ignore:
Timestamp:
Apr 3, 2007, 5:16:39 PM (17 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
9d7c017a79e5d3272ee273750210ac7b1d3b368b
Parents:
f07b7f501de2ad2471b3ede6892f65e8bed16c5b
Message:
*hannes: AIX-5 port


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

Legend:

Unmodified
Added
Removed
  • kernel/ideals.cc

    rf07b7f5 rd76b58  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: ideals.cc,v 1.40 2007-03-02 09:25:56 Singular Exp $ */
     4/* $Id: ideals.cc,v 1.41 2007-04-03 15:16:39 Singular Exp $ */
    55/*
    66* ABSTRACT - all basic methods to manipulate ideals
     
    23692369  if (rIsPluralRing(currRing))
    23702370  {
    2371     BOOLEAN BAD = FALSE;
     2371    BOOLEAN bBAD = FALSE;
    23722372    if ( nc_rComplete(origR, &tmpR) )
    23732373    {
    23742374      Werror("error in nc_rComplete");
    2375       BAD = TRUE;
    2376     }
    2377     if (!BAD)
     2375      bBAD = TRUE;
     2376    }
     2377    if (!bBAD)
    23782378    {
    23792379      /* tests the admissibility of the new elim. ordering */
     
    23812381      {
    23822382        Werror("no elimination is possible: ordering condition is violated");
    2383         BAD = TRUE;
    2384       }
    2385     }
    2386     if (BAD)
     2383        bBAD = TRUE;
     2384      }
     2385    }
     2386    if (bBAD)
    23872387    {
    23882388      // cleanup
Note: See TracChangeset for help on using the changeset viewer.