Changeset 5ea10e7 in git


Ignore:
Timestamp:
Dec 15, 2000, 12:33:58 PM (23 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
7db948841ff13c94615cec8784c2587f35dd8b40
Parents:
bf0a21b9df574d823a713e5adfb19ffcaea26322
Message:
* bug in min_st -- uninitialzed Kstd1_OldDeg


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

Legend:

Unmodified
Added
Removed
  • Singular/kstd1.cc

    rbf0a21b r5ea10e7  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: kstd1.cc,v 1.71 2000-12-14 17:32:46 obachman Exp $ */
     4/* $Id: kstd1.cc,v 1.72 2000-12-15 11:33:58 obachman Exp $ */
    55/*
    66* ABSTRACT:
     
    16491649{
    16501650  ideal r=NULL;
    1651   int Kstd1_OldDeg,i;
     1651  int Kstd1_OldDeg = Kstd1_deg,i;
    16521652  intvec* temp_w=NULL;
    16531653  BOOLEAN b=pLexOrder,toReset=FALSE;
Note: See TracChangeset for help on using the changeset viewer.