Changeset 3332cc6 in git for kernel/pDebug.cc


Ignore:
Timestamp:
May 7, 2007, 6:23:04 PM (17 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
2a4de844a903a486ebd9eb9e66e636b0c391710c
Parents:
1219204c7ddd960535b39b255de0689f3300d0ab
Message:
*hannes: n_Test


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

Legend:

Unmodified
Added
Removed
  • kernel/pDebug.cc

    r121920 r3332cc6  
    77 *  Author:  obachman (Olaf Bachmann)
    88 *  Created: 8/00
    9  *  Version: $Id: pDebug.cc,v 1.5 2007-05-03 13:50:09 wienand Exp $
     9 *  Version: $Id: pDebug.cc,v 1.6 2007-05-07 16:23:04 Singular Exp $
    1010 *******************************************************************/
    1111
     
    245245    pPolyAssumeReturnMsg(p->coef != NULL || (n_GetChar(r) >= 2), "NULL coef");
    246246    #ifdef LDEBUG
    247     BOOLEAN npDBTest (number a, char *f, int l);
    248     if (n_GetChar(r) >= 2) npDBTest(p->coef,__FILE__,__LINE__);
     247    r->cf->nDBTest(p->coef,__FILE__,__LINE__);
    249248    #endif
    250249    pPolyAssumeReturnMsg(!n_IsZero(p->coef, r), "Zero coef");
Note: See TracChangeset for help on using the changeset viewer.