Changeset 8d12f5 in git


Ignore:
Timestamp:
May 4, 1998, 4:11:38 PM (26 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', '38dfc5131670d387a89455159ed1e071997eec94')
Children:
f69a29d722c83a6f3a056a2beaaa408870ed406f
Parents:
5892d27aad947e9471e738e000b1c43f8e95ff44
Message:
* hannes; fiexed typo in ring definition


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

Legend:

Unmodified
Added
Removed
  • Singular/ipid.h

    r5892d27 r8d12f5  
    44*  Computer Algebra System SINGULAR     *
    55****************************************/
    6 /* $Id: ipid.h,v 1.11 1998-04-03 17:38:39 Singular Exp $ */
     6/* $Id: ipid.h,v 1.12 1998-05-04 14:11:38 Singular Exp $ */
    77/*
    88* ABSTRACT: identfier handling
     
    2222  number     minpoly;
    2323  short**    wvhdl;  /* array of weight vectors */
    24   char **    names;  /* array of varibale names */
    25   /* extension to the ring structure: */
     24  char **    names;  /* array of variable names */
     25  /* extension to the ring structure: qring */
    2626  ideal      qideal;
    2727#ifdef SDRING
Note: See TracChangeset for help on using the changeset viewer.