Changeset 0521c2 in git
- Timestamp:
- Sep 16, 2011, 2:37:01 PM (12 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
- Children:
- e511e038459a41926151a8ebb40a70c8263878e5
- Parents:
- e8521255a86e408ae951c170cf03b353c321be74
- git-author:
- Hans Schoenemann <hannes@mathematik.uni-kl.de>2011-09-16 14:37:01+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 16:12:51+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/ipshell.cc
re852125 r0521c2 2128 2128 int ch = (int)(long)LL->m[0].Data(); 2129 2129 2130 if( ch != 0) // TODO: GF-Test ch!2130 if(( ch != 0 ) && (ch!=IsPrime(ch))) // TODO: GF-Test ch! 2131 2131 { 2132 2132 GFInfo param;
Note: See TracChangeset
for help on using the changeset viewer.