Changeset 790e6bc in git for Singular


Ignore:
Timestamp:
Aug 3, 2010, 1:58:52 PM (14 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', '38dfc5131670d387a89455159ed1e071997eec94')
Children:
23206f45f27f97c1e881f5551c606d81d4c1a225
Parents:
390cfe56b2dbce8c9ca608246c5b81258cf5e02d
Message:
fix subst

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

Legend:

Unmodified
Added
Removed
  • Singular/iparith.cc

    r390cfe r790e6bc  
    63896389  if (ringvar>0)
    63906390  {
    6391     if ((monomexpr!=NULL)
     6391    if ((monomexpr!=NULL) && (p!=NULL)
    63926392    &&((long)pTotaldegree(monomexpr)> (currRing->bitmask / (long)pTotaldegree(p))))
    63936393    {
Note: See TracChangeset for help on using the changeset viewer.