Changeset 6eed77 in git
- Timestamp:
- Jan 31, 2003, 10:16:47 AM (21 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 70e604a5fcd8673841bd82eecde9193d014012fa
- Parents:
- 11593cb24abaa89db7a1822a87ab71fa0fae6ab8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/ring.cc
r11593c r6eed77 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: ring.cc,v 1.19 7 2003-01-29 17:50:21Singular Exp $ */4 /* $Id: ring.cc,v 1.198 2003-01-31 09:16:47 Singular Exp $ */ 5 5 6 6 /* … … 530 530 int l = 0; 531 531 532 if (ch!=0 && (ch<2) || (ch > 32003)) 532 if (ch!=0 && (ch<2) 533 #ifndef NV_OPS 534 || (ch > 32003) 535 #endif 533 536 { 534 537 Warn("%d is invalid characteristic of ground field. 32003 is used.", ch);
Note: See TracChangeset
for help on using the changeset viewer.