Changeset 03ce7d6 in git


Ignore:
Timestamp:
Feb 5, 2019, 1:43:10 PM (4 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
Children:
ab771712f9cf6f304a7dbc3fd948527f91510bb4
Parents:
c79e0a8f7547f0e11de702dde7d7da4b36994029
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2019-02-05 13:43:10+01:00
git-committer:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2019-02-05 13:49:04+01:00
Message:
fix: "unnamed" rings in ssi links (see 22e96845dde53c6be044d3ea1bbb4d8c29599335)
Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • Singular/links/ssiLink.cc

    rc79e0a r03ce7d6  
    13481348             if (d->r==NULL) return NULL;
    13491349             res->data=(char*)d->r;
     1350             d->r->ref++;
    13501351             res->rtyp=RING_CMD;
    13511352             if (t==15) // setring
     
    14651466  && (res->RingDependend()))
    14661467  {
    1467     if(ssiSetCurrRing(d->r)) { d->r=currRing; d->r->ref++; }
     1468    if(ssiSetCurrRing(d->r)) { d->r=currRing; }
    14681469  }
    14691470  return res;
  • Tst/Short/ok_s.lst

    rc79e0a r03ce7d6  
    127127ncfactor_usl2_reducible_bug_s
    128128ncfactor_usl2_s
     129newstruct_ring
    129130nfmodsyz_s
    130131parallel_s
Note: See TracChangeset for help on using the changeset viewer.