Changeset 22bc73 in git


Ignore:
Timestamp:
Feb 21, 2003, 10:57:22 AM (21 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
6f9e327fcd4b4e8a311e4cb894e9fec389b7329e
Parents:
3ca57c137bf9aa102d50f355226e19f680a41b71
Message:
*hannes: set coef to 1 when cancelling units


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

Legend:

Unmodified
Added
Removed
  • Singular/kutil.cc

    r3ca57c r22bc73  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: kutil.cc,v 1.115 2003-02-06 15:53:34 Singular Exp $ */
     4/* $Id: kutil.cc,v 1.116 2003-02-21 09:57:22 Singular Exp $ */
    55/*
    66* ABSTRACT: kernel: utils for kStd
     
    262262      {
    263263        p_Delete(&pNext(p), r);
     264        pSetCoeff(p,nInit(1));
    264265        L->ecart = 0;
    265266        L->length = 1;
Note: See TracChangeset for help on using the changeset viewer.