Changeset 469a11 in git


Ignore:
Timestamp:
Jun 26, 2019, 11:45:07 AM (5 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
3bf60ea4375573ca70d19a1802f43a5e8bb120505dd8f4a565675c9ea4ab19c919bf4a2745aa3129e84b194ed81ed3b45bc5ace8835d75942aa0261cfbec2941f3cceee9588ee6c902828966f6a6062a
Parents:
637fe17138c73bac63a2d6f0d35fe9e2976db5ca
Message:
fix: jjTIMES_P
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/iparith.cc

    r637fe17 r469a11  
    10121012  if (v->next==NULL)
    10131013  {
    1014     a=(poly)u->Data(POLY_CMD); // works also for VECTOR_CMD
     1014    a=(poly)u->Data(); // works also for VECTOR_CMD
    10151015    if (u->next==NULL)
    10161016    {
    1017       b=(poly)v->Data(POLY_CMD); // works also for VECTOR_CMD
     1017      b=(poly)v->Data(); // works also for VECTOR_CMD
    10181018      if ((a!=NULL) && (b!=NULL)
    10191019      && ((long)pTotaldegree(a)>si_max((long)rVar(currRing),(long)currRing->bitmask/2)-(long)pTotaldegree(b)))
Note: See TracChangeset for help on using the changeset viewer.