Changeset fe5ad5 in git


Ignore:
Timestamp:
Oct 17, 2005, 3:37:39 PM (19 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
6bcdc538f3a2a3a6959729eb745a2f09e043715f
Parents:
a3818e52eaa8446ff6ed525f9d1b2a4e299a157f
Message:
*hannes/bricken: wlen_set, wlen_type


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

Legend:

Unmodified
Added
Removed
  • kernel/kutil.h

    ra3818e rfe5ad5  
    44*  Computer Algebra System SINGULAR     *
    55****************************************/
    6 /* $Id: kutil.h,v 1.3 2005-02-17 09:42:21 Singular Exp $ */
     6/* $Id: kutil.h,v 1.4 2005-10-17 13:37:39 Singular Exp $ */
    77/*
    88* ABSTRACT: kernel: utils for kStd
     
    5757
    5858typedef int* intset;
     59typedef int  wlen_type;
     60typedef wlen_type* wlen_set;
     61
    5962typedef class sTObject TObject;
    6063typedef class sLObject LObject;
     
    249252  intset ecartS;
    250253  intset lenS;
    251   intset lenSw; /* for tgb.ccc */
     254  wlen_set lenSw; /* for tgb.ccc */
    252255  intset fromQ;
    253256  unsigned long* sevS;
Note: See TracChangeset for help on using the changeset viewer.