Changeset 555397 in git for Singular/kutil.cc


Ignore:
Timestamp:
Nov 8, 2000, 6:12:33 PM (23 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', '2a584933abf2a2d3082034c7586d38bb6de1a30a')
Children:
56c448f34dcc37c14001bf7486ea69bf366194c1
Parents:
0b202967d7e5d5d31f368b6949e21a9692e4d61d
Message:
* small things


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

Legend:

Unmodified
Added
Removed
  • Singular/kutil.cc

    r0b20296 r555397  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: kutil.cc,v 1.74 2000-11-08 15:34:58 obachman Exp $ */
     4/* $Id: kutil.cc,v 1.75 2000-11-08 17:12:32 obachman Exp $ */
    55/*
    66* ABSTRACT: kernel: utils for kStd
     
    432432        pFalseReturn(p_CheckPolyRing(T->max, tailRing));
    433433        omCheckBinAddrSize(T->max, (tailRing->PolyBin->sizeW)*SIZEOF_LONG);
    434 #if KDEBUG > 1
     434#if KDEBUG > 0
    435435        poly test_max = p_GetMaxExpP(pNext(T->t_p), tailRing);
    436436        p_Setm(T->max, tailRing);
Note: See TracChangeset for help on using the changeset viewer.