Changeset fd07a15 in git for kernel/modulop.cc
- Timestamp:
- Jul 5, 2005, 6:32:33 PM (18 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '00e2e9c41af3fde1273eb3633f4c0c7c3db2579d')
- Children:
- e8a51992f277053fdf7ce605577f086a69d93afd
- Parents:
- e6db5c9f9c05bb843cd890a5dc3c229d4f85e69f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/modulop.cc
re6db5c rfd07a15 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: modulop.cc,v 1. 1.1.1 2003-10-06 12:15:55Singular Exp $ */4 /* $Id: modulop.cc,v 1.2 2005-07-05 16:32:33 Singular Exp $ */ 5 5 /* 6 6 * ABSTRACT: numbers modulo p (<=32003) … … 312 312 void npSetChar(int c, ring r) 313 313 { 314 // int i, w; 315 314 #ifdef NV_OPS 315 if (r->cf->npPrimeM >NV_MAX_PRIME) return; 316 #endif 317 { 316 318 // if (c==npPrimeM) return; 317 319 if ((c>1) || (c<(-1)))
Note: See TracChangeset
for help on using the changeset viewer.