Changeset 58ac7d2 in git


Ignore:
Timestamp:
Jan 29, 2007, 7:19:59 PM (16 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
Children:
81418fb40d8078099b18c21b53f4f74f0184c6be
Parents:
0654a8ba3fd27f20a627272fea06833d7c27f619
Message:
*hannes: code cleanup


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

Legend:

Unmodified
Added
Removed
  • Singular/ipconv.cc

    r0654a8b r58ac7d2  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: ipconv.cc,v 1.34 2007-01-16 13:38:50 Singular Exp $ */
     4/* $Id: ipconv.cc,v 1.35 2007-01-29 18:19:59 Singular Exp $ */
    55/*
    66* ABSTRACT: automatic type conversions
     
    7575    poly p=(poly)data;
    7676    if (pGetComp(p)!=0) I->rank=pMaxComp(p);
    77 #ifdef DRING
    78     else if (pDRING)
    79     {
    80       while (p!=NULL)
    81       {
    82         pdSetDFlag(p,1);
    83         pSetm(p);
    84         pIter(p);
    85       }
    86     }
    87 #endif
    8877  }
    8978  return (void *)I;
Note: See TracChangeset for help on using the changeset viewer.