Changeset a8941bc in git for Singular/ipshell.cc
- Timestamp:
- Feb 19, 2013, 6:37:35 PM (10 years ago)
- Branches:
- (u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
- Children:
- ce7f16f195c1286582451e06b82213b64579d70c
- Parents:
- 41e8b30346c2752b7dfc43aea125bd3b2781ea81
- git-author:
- Janko Boehm <boehm@mathematik.uni-kl.de>2013-02-19 18:37:35+01:00
- git-committer:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-02-20 10:00:45+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/ipshell.cc
r41e8b3 ra8941bc 5079 5079 if (ch!=0) 5080 5080 { 5081 if (ch<2) 5082 { 5083 Warn("%d is invalid characteristic of ground field. 32003 is used.", ch); 5084 ch=32003; 5085 } 5081 5086 ch=IsPrime(ch); 5082 5087 cf = nInitChar(n_Zp, (void*)(long)ch);
Note: See TracChangeset
for help on using the changeset viewer.