Changeset 982b30 in git


Ignore:
Timestamp:
Jun 25, 2009, 9:55:36 AM (14 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
Children:
832b70058672520c5e80a49ba96723f3a316ad73
Parents:
3449c9b5bf93acbaa0ef759a0a9f94f85ef0c032
Message:
*hannes:ring change in redtail


git-svn-id: file:///usr/local/Singular/svn/trunk@11922 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/kutil.cc

    r3449c9b r982b30  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: kutil.cc,v 1.145 2009-06-13 14:37:58 Singular Exp $ */
     4/* $Id: kutil.cc,v 1.146 2009-06-25 07:55:36 Singular Exp $ */
    55/*
    66* ABSTRACT: kernel: utils for kStd
     
    45644564        //  set a flag and hope for a retry (in bba)
    45654565        strat->completeReduce_retry=TRUE;
     4566        if ((Ln.p != NULL) && (Ln.t_p != NULL)) Ln.p=NULL;
    45664567        do
    45674568        {
     
    46704671        //  set a flag and hope for a retry (in bba)
    46714672        strat->completeReduce_retry=TRUE;
     4673        if ((Ln.p != NULL) && (Ln.t_p != NULL)) Ln.p=NULL;
    46724674        do
    46734675        {
     
    74907492        //  set a flag and hope for a retry (in bba)
    74917493        strat->completeReduce_retry=TRUE;
     7494        if ((Ln.p != NULL) && (Ln.t_p != NULL)) Ln.p=NULL;
    74927495        do
    74937496        {
Note: See TracChangeset for help on using the changeset viewer.