Changeset 5bca73 in git
- Timestamp:
- Jul 5, 2005, 7:10:41 PM (18 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- cc28774b64bce956d555cab5b4b4a7fb736f8beb
- Parents:
- e8a51992f277053fdf7ce605577f086a69d93afd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/modulop.cc
re8a519 r5bca73 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: modulop.cc,v 1. 3 2005-07-05 16:33:47Singular Exp $ */4 /* $Id: modulop.cc,v 1.4 2005-07-05 17:10:41 Singular Exp $ */ 5 5 /* 6 6 * ABSTRACT: numbers modulo p (<=32003) … … 312 312 void npSetChar(int c, ring r) 313 313 { 314 #ifdef NV_OPS315 if (r->cf->npPrimeM >NV_MAX_PRIME) return;316 #endif317 314 318 315 // if (c==npPrimeM) return; … … 322 319 else npPrimeM = -c; 323 320 npPminus1M = npPrimeM - 1; 321 #ifdef NV_OPS 322 if (r->cf->npPrimeM >NV_MAX_PRIME) return; 323 #endif 324 324 #ifdef HAVE_DIV_MOD 325 325 npInvTable=r->cf->npInvTable;
Note: See TracChangeset
for help on using the changeset viewer.