Changeset 18ef40 in git for kernel/kutil.cc


Ignore:
Timestamp:
Dec 8, 2008, 11:00:44 AM (15 years ago)
Author:
Oliver Wienand <wienand@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
6b84331e2b20793ec5e9a095f67e337bc2a04e8b
Parents:
8d14d6727730a17792390dffc7ccbaa20400a1d9
Message:
mea culpa


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

Legend:

Unmodified
Added
Removed
  • kernel/kutil.cc

    r8d14d67 r18ef40  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: kutil.cc,v 1.113 2008-12-04 14:13:37 wienand Exp $ */
     4/* $Id: kutil.cc,v 1.114 2008-12-08 10:00:44 wienand Exp $ */
    55/*
    66* ABSTRACT: kernel: utils for kStd
     
    315315  poly p = L->GetLmTailRing();
    316316
    317 #ifdef HAVE_RINGS
     317#ifdef HAVE_RINGS_LOC
    318318  // Leading coef have to be a unit
    319319  if ( !(nIsUnit(p_GetCoeff(p, r))) ) return;
     
    50915091  if (!pIsVector((*p).p) && ((*p).ecart != 0))
    50925092  {
    5093 #ifdef HAVE_RINGS
     5093#ifdef HAVE_RINGS_LOC
    50945094    // Leading coef have to be a unit
    50955095    if ( !(nIsUnit(p_GetCoeff((*p).p, r))) ) return;
     
    51065106        (*p).ecart = 0;
    51075107        (*p).length = 1;
    5108 #ifdef HAVE_RINGS
     5108#ifdef HAVE_RINGS_LOC
    51095109        (*p).pLength = 1;  // Why wasn't this set already?
    51105110#endif
Note: See TracChangeset for help on using the changeset viewer.