Changeset e259fe in git for kernel/kutil.cc


Ignore:
Timestamp:
Sep 16, 2008, 2:33:18 PM (16 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
36605fd3c4e2a7b120265ffeb5acfc3f0e20a74e
Parents:
78558861c9f8b6003b3c438433e75d1eba76dc57
Message:
*hannes: initL


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

Legend:

Unmodified
Added
Removed
  • kernel/kutil.cc

    r785588 re259fe  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: kutil.cc,v 1.107 2008-09-09 15:46:14 Singular Exp $ */
     4/* $Id: kutil.cc,v 1.108 2008-09-16 12:33:18 Singular Exp $ */
    55/*
    66* ABSTRACT: kernel: utils for kStd
     
    57645764  strat->sl = -1;
    57655765  /*- set L -*/
    5766   strat->Lmax = setmaxL;
     5766  strat->Lmax = ((IDELEMS(F)+setmaxLinc-1)/setmaxLinc)*setmaxLinc;
    57675767  strat->Ll = -1;
    5768   strat->L = initL();
     5768  strat->L = initL(((IDELEMS(F)+setmaxLinc-1)/setmaxLinc)*setmaxLinc);
    57695769  /*- set B -*/
    57705770  strat->Bmax = setmaxL;
Note: See TracChangeset for help on using the changeset viewer.