Changeset 689299 in git


Ignore:
Timestamp:
Jan 21, 2014, 11:33:17 AM (10 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
e82b5f24416c3e4012e8327bb435a9438a1d1821
Parents:
7c0d57dd4602fd556a785a238d95da87fbba50de
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2014-01-21 11:33:17+01:00
git-committer:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2014-01-21 11:53:53+01:00
Message:
add: use currRing in ssi-fork-links
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/links/ssiLink.cc

    r7c0d57d r689299  
    826826          d->fd_read=pc[0];
    827827          d->fd_write=cp[1];
     828          d->r=currRing;
     829          if (d->r!=NULL) d->r->ref++;
    828830          l->data=d;
    829831          omFree(l->mode);
     
    863865          SI_LINK_SET_RW_OPEN_P(l);
    864866          d->send_quit_at_exit=1;
     867          d->r=currRing;
     868          if (d->r!=NULL) d->r->ref++;
    865869        }
    866870        else
Note: See TracChangeset for help on using the changeset viewer.