Changeset fad7c58 in git


Ignore:
Timestamp:
Jun 10, 2011, 5:37:06 PM (12 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
d2f64e31dedf7422b6328bc539b8ac5d708e7d24
Parents:
18dab2860a62a6b2b7077bf281b3cec8e5253508
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2011-06-10 17:37:06+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:39:09+01:00
Message:
p_Mult_q.h is an internal header, mod_raw.* moved to polys (it is not a template)
Location:
libpolys/polys
Files:
2 edited
2 moved

Legend:

Unmodified
Added
Removed
  • libpolys/polys/Makefile.am

    r18dab28 rfad7c58  
    4343SOURCES = \
    4444        monomials/monomials.cc monomials/p_polys.cc monomials/ring.cc monomials/maps.cc \
    45         operations/pShallowCopyDelete.cc operations/p_Mult_q.cc \
     45        operations/pShallowCopyDelete.cc operations/p_Mult_q.cc operations/p_Mult_q.h \
    4646        templates/p_Procs_Lib.cc templates/p_MemCmp.h templates/p_MemCopy.h templates/p_Numbers.h \
    4747        templates/p_Procs_Set.h templates/p_Procs_Static.h templates/p_Procs_Dynamic.h \
     
    5050        pDebug.cc polys0.cc prCopy.cc \
    5151        kbuckets.cc sbuckets.cc weight.cc weight0.c simpleideals.cc matpol.cc \
    52         ${USE_P_PROCS_STATIC_CC} ${USE_P_PROCS_DYNAMIC_CC} templates/mod_raw.cc \
    53         ext_fields/algext.cc ext_fields/transext.cc clapsing.cc clapconv.cc
     52        ${USE_P_PROCS_STATIC_CC} ${USE_P_PROCS_DYNAMIC_CC}  mod_raw.cc \
     53        ext_fields/algext.cc ext_fields/algext.h ext_fields/transext.cc clapsing.cc clapconv.cc
    5454
    5555BUILT_SOURCES = templates/p_Procs.inc
     
    6060        nc/nc.h nc/sca.h nc/summator.h nc/ncSAFormula.h nc/ncSACache.h nc/ncSAMult.h \
    6161        operations/pShallowCopyDelete.h \
    62         templates/p_MemAdd.h operations/p_Mult_q.h \
    63         templates/p_Procs.h templates/mod_raw.h \
     62        templates/p_MemAdd.h \
     63        templates/p_Procs.h mod_raw.h \
    6464        monomials/p_polys.h monomials/maps.h polys.h prCopy.h prCopyMacros.h \
    6565        kbuckets.h sbuckets.h simpleideals.h weight.h matpol.h \
    66         ext_fields/algext.h clapsing.h clapconv.h
     66        clapsing.h clapconv.h
    6767
    6868### nobase_include_HEADERS = $(LIBPOLYSHEADERS)
  • libpolys/polys/mod_raw.cc

    r18dab28 rfad7c58  
    2828#include <resources/feFopen.h>
    2929
    30 #include "templates/mod_raw.h"
     30#include "mod_raw.h"
    3131
    3232#ifdef HAVE_STATIC
  • libpolys/polys/templates/p_Procs_Dynamic.cc

    r18dab28 rfad7c58  
    3939#include "templates/p_Procs_Impl.h"
    4040
    41 #include "templates/mod_raw.h"
     41#include "mod_raw.h"
    4242
    4343// define to bound for length of p_Proc name
Note: See TracChangeset for help on using the changeset viewer.