Changeset 555397 in git


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


git-svn-id: file:///usr/local/Singular/svn/trunk@4710 2c84dea3-7e68-4137-9b89-c4e89433aadc
Location:
Singular
Files:
3 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);
  • Singular/p_Merge_q__Template.cc

    r0b20296 r555397  
    77 *  Author:  obachman (Olaf Bachmann)
    88 *  Created: 8/00
    9  *  Version: $Id: p_Merge_q__Template.cc,v 1.1 2000-11-03 15:00:01 obachman Exp $
     9 *  Version: $Id: p_Merge_q__Template.cc,v 1.2 2000-11-08 17:12:33 obachman Exp $
    1010 *******************************************************************/
    1111
     
    5454  p_Test(pNext(&rp), r);
    5555#if PDEBUG > 0
    56   pAssume1(l - pLength(pNext(&rp)) == Shorter);
     56  pAssume1(l - pLength(pNext(&rp)) == 0);
    5757#endif 
    5858  return pNext(&rp);
  • Singular/p_Procs.cc

    r0b20296 r555397  
    77 *  Author:  obachman (Olaf Bachmann)
    88 *  Created: 8/00
    9  *  Version: $Id: p_Procs.cc,v 1.20 2000-11-03 16:31:21 obachman Exp $
     9 *  Version: $Id: p_Procs.cc,v 1.21 2000-11-08 17:12:33 obachman Exp $
    1010 *******************************************************************/
    1111#include <string.h>
     
    339339 *
    340340 *******************************************************************/
    341 static inline void FastP_ProcsFilter(p_Field &field, p_Length &length, p_Ord &ord, const proc)
     341static inline void FastP_ProcsFilter(p_Field &field, p_Length &length, p_Ord &ord, const p_Proc proc)
    342342{
    343343  if (HAVE_FAST_P_PROCS >= 5) return;
Note: See TracChangeset for help on using the changeset viewer.