Changeset f0294d in git for Singular


Ignore:
Timestamp:
Aug 27, 2012, 6:06:53 PM (12 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
a30cafedcb561c528ef5fd1c2dfae0fe72880b5e
Parents:
876e4831a1357832ee7e3262e223a8ba01f0c73d
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2012-08-27 18:06:53+02:00
git-committer:
Andreas Steenpass <steenpass@mathematik.uni-kl.de>2013-09-12 13:19:30+02:00
Message:
add: slPrepClose (prepare to close for ssiLinks)
(cherry picked from commit 3b238b30c58f096ed6cfbc6670d7291d3a0ff2e2)

Signed-off-by: Andreas Steenpass <steenpass@mathematik.uni-kl.de>

Conflicts:
	Singular/silink.cc
	Singular/silink.h
	Singular/ssiLink.cc
    (files moved, but these changes have already been ported anyway)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/misc_ip.cc

    r876e48 rf0294d  
    10761076  if (ssiToBeClosed_inactive)
    10771077  {
     1078    link_list hh=ssiToBeClosed;
     1079    while(hh!=NULL)
     1080    {
     1081      //Print("close %s\n",hh->l->name);
     1082      slPrepClose(hh->l);
     1083      hh=(link_list)hh->next;
     1084    }
    10781085    ssiToBeClosed_inactive=FALSE;
    10791086
     
    10931100      }
    10941101    }
    1095     link_list hh=ssiToBeClosed;
     1102    hh=ssiToBeClosed;
    10961103    while(hh!=NULL)
    10971104    {
Note: See TracChangeset for help on using the changeset viewer.