Changeset 7567b0 in git


Ignore:
Timestamp:
Jul 5, 2005, 6:11:36 PM (18 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
e6ea3d7c96f0e34aace4462306feec5428799c73
Parents:
8d3a46e0396ffb25e9c32244f5af2db7ec4d5a3e
Message:
*hannes: ring->ch is int


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

Legend:

Unmodified
Added
Removed
  • kernel/structs.h

    r8d3a46e r7567b0  
    44*  Computer Algebra System SINGULAR     *
    55****************************************/
    6 /* $Id: structs.h,v 1.8 2005-05-12 13:50:36 Singular Exp $ */
     6/* $Id: structs.h,v 1.9 2005-07-05 16:11:36 Singular Exp $ */
    77/*
    88* ABSTRACT
     
    425425
    426426
    427   int      *VarOffset;
     427  int*     VarOffset;
    428428  int*     firstwv;
    429429
    430430  struct omBin_s*   PolyBin; /* Bin from where monoms are allocated */
    431   short      ch;     /* characteristic */
     431  int        ch;     /* characteristic */
    432432  short      float_len; /* additional char-flags */
    433433  short      float_len2; /* additional char-flags */
Note: See TracChangeset for help on using the changeset viewer.