Changeset 14193f in git


Ignore:
Timestamp:
Jan 7, 2009, 4:22:01 PM (14 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '91fdef05f09f54b8d58d92a472e9c4a43aa4656f')
Children:
22363683fdec564addb5e0a23a80e699227b0e5a
Parents:
ce4a6e644eb673506549135b6ca363619314cc34
Message:
*hannes: sip_sring reorg.


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

Legend:

Unmodified
Added
Removed
  • kernel/structs.h

    rce4a6e6 r14193f  
    44*  Computer Algebra System SINGULAR     *
    55****************************************/
    6 /* $Id: structs.h,v 1.59 2009-01-06 13:59:59 Singular Exp $ */
     6/* $Id: structs.h,v 1.60 2009-01-07 15:22:01 Singular Exp $ */
    77/*
    88* ABSTRACT
     
    593593  int*      NegWeightL_Offset;
    594594
     595  int*     VarOffset;
    595596
    596597  ideal      qideal; /* extension to the ring structure: qring, rInit */
    597598
    598599
    599   int*     VarOffset;
    600600  int*     firstwv;
    601601
     
    667667  unsigned long bitmask;
    668668  /* mask used for divisiblity tests */
    669   unsigned long divmask;
    670 
    671   p_Procs_s*    p_Procs;
     669  unsigned long divmask; // rComplete
     670
     671  p_Procs_s*    p_Procs; // rComplete/p_ProcsSet
    672672
    673673  /* FDeg and LDeg */
    674   pFDegProc     pFDeg;
    675   pLDegProc     pLDeg;
     674  pFDegProc     pFDeg; // rComplete/rSetDegStuff
     675  pLDegProc     pLDeg; // rComplete/rSetDegStuff
    676676
    677677  /* as it was determined by rComplete */
Note: See TracChangeset for help on using the changeset viewer.