Changeset bb1396 in git


Ignore:
Timestamp:
Aug 24, 2000, 4:28:55 PM (23 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
Children:
30d8a152a104abfe89fae353b5945c3210760945
Parents:
0593472ef3c3dd68687aa9b2709175109cd1a850
Message:
*hannes: PDEBUG stuff


git-svn-id: file:///usr/local/Singular/svn/trunk@4557 2c84dea3-7e68-4137-9b89-c4e89433aadc
Location:
Singular
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Singular/polys-impl.cc

    r059347 rbb1396  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: polys-impl.cc,v 1.45 2000-08-22 09:03:20 Singular Exp $ */
     4/* $Id: polys-impl.cc,v 1.46 2000-08-24 14:28:55 Singular Exp $ */
    55
    66/***************************************************************
     
    531531}
    532532
    533 void pDBMonAdd(poly p1, poly p2, poly p3, ring r, char* f, int l)
     533void prDBMonAdd(poly p1, poly p2, poly p3, ring r, char* f, int l)
    534534{
    535535  if (r == currRing)
  • Singular/polys-impl.h

    r059347 rbb1396  
    44*  Computer Algebra System SINGULAR     *
    55****************************************/
    6 /* $Id: polys-impl.h,v 1.48 2000-08-24 14:24:51 Singular Exp $ */
     6/* $Id: polys-impl.h,v 1.49 2000-08-24 14:28:55 Singular Exp $ */
    77
    88/***************************************************************
     
    402402// Makes p1 a copy of p2 and adds on exponents of p3
    403403#if defined(PDEBUG) && PDEBUG > 1
    404 #define _prMonAdd(p1, p2, p3, r)  pDBMonAdd(p1, p2, p3, r, __FILE__, __LINE__)
     404#define _prMonAdd(p1, p2, p3, r)  prDBMonAdd(p1, p2, p3, r, __FILE__, __LINE__)
    405405extern  void prDBMonAdd(poly p1, poly p2, poly p3, ring r, char* f, int l);
    406406inline void __prMonAdd(poly p1, poly p2, poly p3, ring r)
Note: See TracChangeset for help on using the changeset viewer.