Changeset 1f547ed in git


Ignore:
Timestamp:
Apr 23, 2021, 2:45:25 PM (3 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '2a584933abf2a2d3082034c7586d38bb6de1a30a')
Children:
4c0fd301e53f17edf89fa92698184a95a154712b
Parents:
bf8b6508d0f30325276483940c74e16a94a4b63b
Message:
fix: tr. #873 (redef. trans. ext. rings)
Files:
3 added
3 edited

Legend:

Unmodified
Added
Removed
  • Singular/ipshell.cc

    rbf8b65 r1f547ed  
    225225                   if ((IDRING(h)==currRing) && (currRingHdl!=h))
    226226                     PrintS("(*)"); /* this is an alias to currRing */
    227                    //Print("ref:%d",IDRING(h)->ref);
     227                   //Print(" ref:%d",IDRING(h)->ref);
    228228#ifdef RDEBUG
    229229                   if (traceit &TRACE_SHOW_RINGS)
     
    59025902    TransExtInfo extParam;
    59035903    extParam.r = (ring)pn->Data();
     5904    extParam.r->ref++;
    59045905    cf = nInitChar(n_transExt, &extParam);
    59055906  }
  • Tst/Short/ok_s.lst

    rbf8b65 r1f547ed  
    101101bug_tr844
    102102bug_tr865
     103bug_tr873
    103104bug_genus_etc
    104105conv_bi
  • libpolys/polys/monomials/ring.cc

    rbf8b65 r1f547ed  
    452452
    453453  if (r == NULL) return;
    454 
    455   assume( r->ref <= 0 );
    456 
    457454  if( r->ref > 0 ) // ->ref means the number of Interpreter objects referring to the ring...
    458     return;       // this should never happen.
     455    return;
    459456
    460457  if( r->qideal != NULL )
Note: See TracChangeset for help on using the changeset viewer.