Changeset 508937 in git for kernel/structs.h


Ignore:
Timestamp:
Feb 7, 2007, 7:28:54 PM (17 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
cc4d094c642cb4cc5922f9dae397a524d0b25937
Parents:
89b59f6bb2e4c55ff6effd6ee652ae6444d424aa
Message:
*hannes: map conflict


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

Legend:

Unmodified
Added
Removed
  • kernel/structs.h

    r89b59f r508937  
    44*  Computer Algebra System SINGULAR     *
    55****************************************/
    6 /* $Id: structs.h,v 1.30 2007-01-31 23:51:25 motsak Exp $ */
     6/* $Id: structs.h,v 1.31 2007-02-07 18:28:25 Singular Exp $ */
    77/*
    88* ABSTRACT
     
    173173typedef poly *             polyset;
    174174typedef ip_sideal *        ideal;
    175 typedef ip_smap *          map;
     175//typedef ip_smap *          map; // conflict with tgb.cc
    176176typedef struct sideal_list *      ideal_list;
    177177typedef ideal *            resolvente;
     
    833833  number        n;
    834834  ideal         uideal;
    835   map           umap;
     835  //map           umap;
     836  ip_smap *     umap;
    836837  matrix        umatrix;
    837838  char *        ustring;
Note: See TracChangeset for help on using the changeset viewer.