Changeset 84d8b09 in git


Ignore:
Timestamp:
Feb 26, 2009, 3:30:23 PM (14 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
Children:
c0e2c365e9f081e528f9eb28536ac32e035adb32
Parents:
4751d7a7e4db5fb6ec994a889d43d7f78013fbfa
Message:
Hannes: syntax


git-svn-id: file:///usr/local/Singular/svn/trunk@11481 2c84dea3-7e68-4137-9b89-c4e89433aadc
Location:
kernel
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • kernel/kInline.cc

    r4751d7 r84d8b09  
    77 *  Author:  obachman (Olaf Bachmann)
    88 *  Created: 8/00
    9  *  Version: $Id: kInline.cc,v 1.13 2009-02-26 14:22:38 Singular Exp $
     9 *  Version: $Id: kInline.cc,v 1.14 2009-02-26 14:30:23 Singular Exp $
    1010 *******************************************************************/
    1111#ifndef KINLINE_CC
     
    412412}
    413413
    414 extern void pCleardenom(poly p);
     414//extern void pCleardenom(poly p);
    415415extern void pNorm(poly p);
    416416// manipulations
  • kernel/polys1.cc

    r4751d7 r84d8b09  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: polys1.cc,v 1.35 2009-02-26 14:23:07 Singular Exp $ */
     4/* $Id: polys1.cc,v 1.36 2009-02-26 14:30:23 Singular Exp $ */
    55
    66/*
     
    955955  }
    956956#endif
    957   if (rField_is_Zp() && TEST_OPT_INTSTRATEGY) return;
     957  if (rField_is_Zp() && TEST_OPT_INTSTRATEGY) return start;
    958958  p = ph;
    959959  if(pNext(p)==NULL)
Note: See TracChangeset for help on using the changeset viewer.