Changeset 42d26c in git


Ignore:
Timestamp:
Feb 29, 2012, 5:16:45 PM (11 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
daaa28acdf47b75683f8dc1e94ecd45b15550c36
Parents:
dd39bd576784afe674a19a5ecb3494c6ee036630
git-author:
Martin Lee <martinlee84@web.de>2012-02-29 17:16:45+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-03-05 16:47:59+01:00
Message:
fix: need to check more than just characteristic
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/ipshell.cc

    rdd39bd r42d26c  
    24362436    if (q->m[0]!=NULL)
    24372437    {
    2438       if (R->cf->ch!=currRing->cf->ch)
     2438      if (R->cf != currRing->cf) //->cf->ch!=currRing->cf->ch)
    24392439      {
    24402440      #if 0
Note: See TracChangeset for help on using the changeset viewer.