Changeset 3332cc6 in git for kernel/pDebug.cc
- Timestamp:
- May 7, 2007, 6:23:04 PM (16 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 2a4de844a903a486ebd9eb9e66e636b0c391710c
- Parents:
- 1219204c7ddd960535b39b255de0689f3300d0ab
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/pDebug.cc
r121920 r3332cc6 7 7 * Author: obachman (Olaf Bachmann) 8 8 * Created: 8/00 9 * Version: $Id: pDebug.cc,v 1. 5 2007-05-03 13:50:09 wienandExp $9 * Version: $Id: pDebug.cc,v 1.6 2007-05-07 16:23:04 Singular Exp $ 10 10 *******************************************************************/ 11 11 … … 245 245 pPolyAssumeReturnMsg(p->coef != NULL || (n_GetChar(r) >= 2), "NULL coef"); 246 246 #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__); 249 248 #endif 250 249 pPolyAssumeReturnMsg(!n_IsZero(p->coef, r), "Zero coef");
Note: See TracChangeset
for help on using the changeset viewer.