Changeset 690e21e in git for kernel/polys.cc
- Timestamp:
- Jan 27, 2010, 7:17:56 PM (13 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 210bd9653b629172ad9e359805bf1651153f6120
- Parents:
- a4875334edd65075db8edd5f072597fac0983b5f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/polys.cc
ra48753 r690e21e 13 13 #include <ctype.h> 14 14 #include "mod2.h" 15 #include " structs.h"15 #include "options.h" 16 16 #include "omalloc.h" 17 17 #include "febase.h" … … 281 281 } 282 282 283 BOOLEAN _p_Test(poly p, ring r, int level); 283 284 poly pmInit(const char *st, BOOLEAN &ok) 284 285 { … … 295 296 return NULL; 296 297 } 298 #ifdef PDEBUG 299 _p_Test(p,currRing,PDEBUG); 300 #endif 297 301 ok=!errorreported; 298 302 return p;
Note: See TracChangeset
for help on using the changeset viewer.