Changeset 208cd5 in git


Ignore:
Timestamp:
Jul 6, 2010, 12:32:18 PM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
1b816a3ddb5c34f33ea139cdcf225e3a6e8a49f3
Parents:
4cfe968e9f2c139f34f69fccb257823023c3890e
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2010-07-06 12:32:18+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 11:55:22+01:00
Message:
polys-impl.*
Location:
polys/monomials
Files:
4 moved

Legend:

Unmodified
Added
Removed
  • polys/monomials/p_polys.h

    r4cfe96 r208cd5  
    1313#define P_POLYS_H
    1414
    15 #include <kernel/structs.h>
    16 #include <kernel/polys-impl.h>
     15#include "ring.h"
     16#include "polys-impl.h"
    1717/*
    1818 Some general remarks:
  • polys/monomials/polys-impl.cc

    r4cfe96 r208cd5  
    1919#include <stdio.h>
    2020#include <string.h>
    21 #include <kernel/mod2.h>
     21#include <auxialiary.h>
    2222
    2323#include <omalloc/omalloc.h>
     
    2626#define NO_INLINE3
    2727#endif
    28 #include <kernel/polys-impl.h>
     28#include <polys-impl.h>
    2929
    30 #include <kernel/structs.h>
    31 #include <kernel/febase.h>
    32 #include <kernel/numbers.h>
    33 #include <kernel/polys.h>
    34 #include <kernel/ring.h>
    35 #include <kernel/p_Procs.h>
    36 #include <kernel/dError.h>
     30#include "ring.h"
     31#include <reporter.h>
     32#include <numbers.h>
     33#include "polys.h"
     34#include "ring.h"
     35#include "p_Procs.h"
     36#include <dError.h>
    3737
    3838#ifdef PDEBUG
     
    4545 *
    4646 ***************************************************************/
    47 
    48 
    49 poly pHeadProc(poly p)
    50 {
    51   return pHead(p);
    52 }
    5347
    5448
  • polys/monomials/polys-impl.h

    r4cfe96 r208cd5  
    4747 *
    4848 ***************************************************************/
    49 #ifdef NO_PDEBUG
    50 #undef PDEBUG
    51 #endif
    52 
    5349// determines inlining of poly procs which iter through polys
    5450#if defined(DO_PINLINE0) && !defined(PDEBUG)
     
    243239#define rRing_has_Comp(r)   (r->pCompIndex >= 0)
    244240
    245 // number of Variables
    246 extern int pVariables;
    247 
    248241#endif // POLYS_IMPL_H
Note: See TracChangeset for help on using the changeset viewer.