Changeset c84d051 in git
- Timestamp:
- Mar 25, 1999, 9:18:32 PM (24 years ago)
- Branches:
- (u'spielwiese', 'f6c3dc58b0df4bd712574325fe76d0626174ad97')
- Children:
- faeebb0f49e5d8530450d15bad2788dc567e342a
- Parents:
- 4e859f5dddb9c6c36368801c91da93396fbcb007
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/ring.cc
r4e859f5 rc84d051 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: ring.cc,v 1.4 8 1999-03-19 14:18:05 obachmanExp $ */4 /* $Id: ring.cc,v 1.49 1999-03-25 20:18:32 Singular Exp $ */ 5 5 6 6 /* … … 524 524 if (ch!=0 && (ch<2) || (ch > 32003)) 525 525 { 526 Warn("%d is invalid characteristic of ground field. 32 203 is used.", ch);526 Warn("%d is invalid characteristic of ground field. 32003 is used.", ch); 527 527 ch=32003; 528 528 }
Note: See TracChangeset
for help on using the changeset viewer.