Changeset 45b750f in git


Ignore:
Timestamp:
Feb 8, 2007, 3:53:17 PM (17 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
77645d6d9096dcbdcb28ef5937491036e40f388a
Parents:
fb0a2c05785ab7fde608c702bf54db1b396b75d6
Message:
*hgannes: back to 1.30


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

Legend:

Unmodified
Added
Removed
  • kernel/structs.h

    rfb0a2c0 r45b750f  
    44*  Computer Algebra System SINGULAR     *
    55****************************************/
    6 /* $Id: structs.h,v 1.31 2007-02-07 18:28:25 Singular Exp $ */
     6/* $Id: structs.h,v 1.32 2007-02-08 14:53:17 Singular Exp $ */
    77/*
    88* ABSTRACT
     
    173173typedef poly *             polyset;
    174174typedef ip_sideal *        ideal;
    175 //typedef ip_smap *          map; // conflict with tgb.cc
     175typedef ip_smap *          map;
    176176typedef struct sideal_list *      ideal_list;
    177177typedef ideal *            resolvente;
     
    833833  number        n;
    834834  ideal         uideal;
    835   //map           umap;
    836   ip_smap *     umap;
     835  map           umap;
    837836  matrix        umatrix;
    838837  char *        ustring;
Note: See TracChangeset for help on using the changeset viewer.