Changeset 0e633e in git for kernel


Ignore:
Timestamp:
Oct 17, 2016, 2:47:27 PM (8 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', '38dfc5131670d387a89455159ed1e071997eec94')
Children:
a0315df67eb60e6210beb2e0fb586954bf216028
Parents:
e2b69ba015a0926945e54142ea0f7e7b193fff08
Message:
cleanup: extern currRing
Location:
kernel
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • kernel/combinatorics/hutil.cc

    re2b69ba r0e633e  
    1414
    1515// #include <kernel/ideals.h>
    16 // #include <kernel/polys.h>
     16#include <kernel/polys.h>
    1717#include <kernel/combinatorics/hutil.h>
    1818
  • kernel/combinatorics/hutil.h

    re2b69ba r0e633e  
    1414struct spolyrec  ; typedef struct spolyrec polyrec; typedef polyrec * poly;
    1515typedef                                                     poly    * polyset;
    16 
    17 extern ring currRing;
    1816
    1917typedef int * scmon;
  • kernel/ideals.h

    re2b69ba r0e633e  
    1111#include <polys/monomials/p_polys.h>
    1212#include <polys/simpleideals.h>
    13 
    14 extern ring currRing;
    1513
    1614#include <kernel/structs.h> // for tHomog
Note: See TracChangeset for help on using the changeset viewer.