Changeset 8993b0 in git for kernel/GBEngine/kstd1.cc


Ignore:
Timestamp:
Mar 13, 2014, 3:32:34 PM (10 years ago)
Author:
Adi Popescu <adi_popescum@…>
Branches:
(u'spielwiese', 'ec94ef7a30b928574c0c3daf41f6804dff5f6b69')
Children:
5334e63fd72b9e758a35b7a05d3d6dd3680101da
Parents:
149f99feae7eb0aac70bbc1f3808939e8179177e
git-author:
Adi Popescu <adi_popescum@yahoo.de>2014-03-13 15:32:34+01:00
git-committer:
Adi Popescu <adi_popescum@yahoo.de>2014-04-15 11:45:12+02:00
Message:
Bugfix 541 mathematically correct, but not final solution
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/GBEngine/kstd1.cc

    r149f99 r8993b0  
    30873087  if(rIsPluralRing(currRing)) return kInterRedOld(F,Q);
    30883088#endif
    3089   if ((currRing->OrdSgn==-1)
    3090   || (rField_is_numeric(currRing)))
     3089  if ((currRing->OrdSgn==-1)|| (rField_is_numeric(currRing))
     3090  #ifdef HAVE_RINGS
     3091  ||(rField_is_Ring(currRing))
     3092  #endif
     3093  )
    30913094    return kInterRedOld(F,Q);
    30923095
Note: See TracChangeset for help on using the changeset viewer.