Changeset a610ee in git for kernel/shiftgb.cc
- Timestamp:
- Feb 23, 2009, 2:50:52 PM (14 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- b0237b842fe21cec3d4b51436f88ff9d8f8aad12
- Parents:
- 08500d542c4163fa9952a6aad1cf846ecf31945d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/shiftgb.cc
r08500d ra610ee 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: shiftgb.cc,v 1.1 0 2008-08-07 18:08:37 levandovExp $ */4 /* $Id: shiftgb.cc,v 1.11 2009-02-23 13:50:52 Singular Exp $ */ 5 5 /* 6 6 * ABSTRACT: kernel: utils for shift GB and free GB … … 101 101 { 102 102 #ifdef PDEBUG 103 Print ("pmLPshift: negative shift requested");103 PrintS("pmLPshift: negative shift requested\n"); 104 104 #endif 105 105 return(NULL); /* violation, 2check */ … … 110 110 { 111 111 #ifdef PDEBUG 112 Print ("p_mLPshift: too big shift requested");112 PrintS("p_mLPshift: too big shift requested\n"); 113 113 #endif 114 114 return(NULL); /* violation, 2check */ … … 185 185 { 186 186 #ifdef PDEBUG 187 Print ("pmLPshift: negative shift requested");187 PrintS("pmLPshift: negative shift requested\n"); 188 188 #endif 189 189 return(NULL); /* violation, 2check */ … … 194 194 { 195 195 #ifdef PDEBUG 196 Print ("pmLPshift: too big shift requested");196 PrintS("pmLPshift: too big shift requested\n"); 197 197 #endif 198 198 return(NULL); /* violation, 2check */ … … 254 254 { 255 255 #ifdef PDEBUG 256 Print("pmLastVblock: unexpected zero exponent vector"); 257 PrintLn(); 256 PrintS("pmLastVblock: unexpected zero exponent vector\n"); 258 257 #endif 259 258 return(j); … … 320 319 { 321 320 #ifdef PDEBUG 322 Print("pmLastVblock: unexpected zero exponent vector"); 323 PrintLn(); 321 PrintS("pmLastVblock: unexpected zero exponent vector\n"); 324 322 #endif 325 323 return(j); … … 364 362 { 365 363 #ifdef PDEBUG 366 Print("pmFirstVblock: unexpected zero exponent vector"); 367 PrintLn(); 364 PrintS("pmFirstVblock: unexpected zero exponent vector\n"); 368 365 #endif 369 366 return(j);
Note: See TracChangeset
for help on using the changeset viewer.