Changeset e977d9 in git for Singular/ipid.h


Ignore:
Timestamp:
Nov 4, 1998, 4:55:35 PM (25 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
e06ef94705976eebd5f91b5f6535a90349f4b278
Parents:
b94bdef517fe4dd54a24a3ec2b16ffbe0759abbd
Message:
* access to single exponents using array of indicies


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

Legend:

Unmodified
Added
Removed
  • Singular/ipid.h

    rb94bde re977d9  
    44*  Computer Algebra System SINGULAR     *
    55****************************************/
    6 /* $Id: ipid.h,v 1.19 1998-10-22 12:26:13 krueger Exp $ */
     6/* $Id: ipid.h,v 1.20 1998-11-04 15:55:30 obachman Exp $ */
    77/*
    88* ABSTRACT: identfier handling
     
    1111#include "structs.h"
    1212#include "subexpr.h"
    13 //#include "polys-impl.h"
    1413
    1514struct sip_sring
     
    3736
    3837  // what follows below here should be set by rComplete, _only_
    39   short     VarOffset; /* controls indexing of exponents */
    40   short     VarCompIndex; /* controls locations of component in exp vector */
    41 
     38  int       *VarOffset;   /* controls indexing of exponents */
     39  short     VarCompIndex; /* location of component in exp vector */
     40  short     VarLowIndex;  /* lowest index of an exponent */
     41  short     VarHighIndex; /* Highest index of an expoentn */
     42 
    4243#ifdef RDEBUG
    4344  short      no; /* unique id for rings */
Note: See TracChangeset for help on using the changeset viewer.