Changeset d0a9fb in git


Ignore:
Timestamp:
Apr 25, 2017, 1:41:37 PM (7 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
fbac085adbaae5293227dd3aac9d3eaa75422c98
Parents:
fc86d21bb33221d707e7ef7d4cdb98e201909c25
Message:
fix: rAssure_Global
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/monomials/ring.cc

    rfc86d21 rd0a9fb  
    47204720      (r->order[2] == 0))
    47214721    return r;
    4722   ring res = rCopy0(r, TRUE, FALSE);
     4722  ring res = rCopy0(r, FALSE, FALSE);
    47234723  res->order = (rRingOrder_t*)omAlloc0(3*sizeof(rRingOrder_t));
    47244724  res->block0 = (int*)omAlloc0(3*sizeof(int));
     
    47384738  }
    47394739  rComplete(res, 1);
     4740  if (r->qideal!=NULL) res->qideal= idrCopyR_NoSort(r->qideal, r, res);
    47404741#ifdef HAVE_PLURAL
    47414742  if (rIsPluralRing(r))
Note: See TracChangeset for help on using the changeset viewer.