Changeset d07546 in git


Ignore:
Timestamp:
Mar 10, 2010, 9:19:02 PM (14 years ago)
Author:
Viktor Levandovskyy <levandov@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
Children:
27173024c319e48972ae6952fb4f8bd327adad09
Parents:
ea590fa528c7ccd8037ce62d79d09f081a0af332
Message:
*levandov: disable homogeneous enhancements for Plural but not SCA rings, trac ticket 171

git-svn-id: file:///usr/local/Singular/svn/trunk@12630 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/syz.cc

    rea590f rd07546  
    473473    }
    474474  }
     475  if (rIsPluralRing(currRing) && !rIsSCA(currRing) )
     476  {
     477// quick solution; need theory to apply homog GB stuff for G-Algebras
     478    hom = isNotHomog;
     479  }
    475480  if (hom==isHomog)
    476481  {
Note: See TracChangeset for help on using the changeset viewer.