Changeset 0efefc in git for Singular/iparith.cc


Ignore:
Timestamp:
Aug 3, 2010, 1:40:51 PM (14 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
e4863aa6485e0d01153b159648c3274db46450de
Parents:
8ed989d742f7c0e5a304f732476d9017d9d5fddb
Message:
fix subst

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

Legend:

Unmodified
Added
Removed
  • Singular/iparith.cc

    r8ed989 r0efefc  
    63866386  BOOLEAN nok=jjSUBST_Test(v,w,ringvar,monomexpr);
    63876387  if (nok) return TRUE;
    6388   if ((long)pTotaldegree(monomexpr)> (currRing->bitmask / (long)pTotaldegree((poly)u->Data())))
     6388  poly up=(poly)u->Data();
     6389  if ((monomexpr==NULL)
     6390  ||((long)pTotaldegree(monomexpr)> (currRing->bitmask / (long)pTotaldegree(p))))
    63896391  {
    63906392    Werror("OVERFLOW in subst, max exponent is %ld",currRing->bitmask);
Note: See TracChangeset for help on using the changeset viewer.