Changeset f13c85 in git for libpolys


Ignore:
Timestamp:
May 28, 2015, 2:12:00 PM (9 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '2a584933abf2a2d3082034c7586d38bb6de1a30a')
Children:
75fdcae64006ce0ba10e3d881e761f661f4fc9ea
Parents:
9750e3ed7db2557ee2bc1ca59771e04ecff78d78
Message:
format, cleanup, def. of map/sip_map at one place, ....
Location:
libpolys/polys
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/monomials/maps.h

    r9750e3 rf13c85  
    99#include <coeffs/coeffs.h>
    1010#include <polys/monomials/ring.h>
    11 //#include <polys/simpleideals.h>
    12 
    13 struct sip_smap; typedef struct sip_smap *         map;
    1411
    1512// poly maEval(map theMap, poly p, ring dst_ring, nMapFunc nMap, ideal s=NULL);
  • libpolys/polys/simpleideals.h

    r9750e3 rf13c85  
    4343};
    4444
    45 typedef struct sip_smap *         map;
     45//typedef struct sip_smap *         map;
    4646
    4747struct sideal_list;
Note: See TracChangeset for help on using the changeset viewer.