Changeset 42d26c in git for Singular


Ignore:
Timestamp:
Feb 29, 2012, 5:16:45 PM (12 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
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.