Changeset b88d52 in git


Ignore:
Timestamp:
Mar 25, 2014, 1:45:56 PM (10 years ago)
Author:
Adi Popescu <adi_popescum@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
8a41255b60db55491ace4214f2cbcdbbc5bce853
Parents:
4bcb8b21d83ad418c69bf80b75c705dac02d7d0d
Message:
Separating Headers: kernel/groebner_walk
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • Singular/iparith.cc

    r4bcb8b rb88d52  
    4949#include <kernel/GMPrat.h>
    5050#include <kernel/tgb.h>
    51 #include <kernel/walkProc.h>
     51#include <kernel/groebner_walk/walkProc.h>
    5252#include <kernel/linearAlgebra.h>
    5353#include <kernel/syz.h>
  • Singular/walk_ip.cc

    r4bcb8b rb88d52  
    4646#include <kernel/hutil.h>
    4747#include <Singular/ipshell.h>
    48 #include <kernel/walkMain.h>
    49 #include <kernel/walkProc.h>
    50 #include <kernel/walkSupport.h>
     48#include <kernel/groebner_walk/walkMain.h>
     49#include <kernel/groebner_walk/walkProc.h>
     50#include <kernel/groebner_walk/walkSupport.h>
    5151#include <polys/prCopy.h>
    5252
  • kernel/groebner_walk/walkMain.cc

    r4bcb8b rb88d52  
    1717#include <kernel/ideals.h>
    1818#include <polys/monomials/ring.h>
    19 #include <kernel/walkMain.h>
    20 #include <kernel/walkSupport.h>
     19#include <kernel/groebner_walk/walkMain.h>
     20#include <kernel/groebner_walk/walkSupport.h>
    2121#include <polys/prCopy.h>
    2222#include <kernel/kstd1.h>
  • kernel/groebner_walk/walkProc.cc

    r4bcb8b rb88d52  
    1717#include <kernel/kstd1.h>
    1818#include <kernel/fglm/fglm.h>
    19 #include <kernel/walkMain.h>
    20 #include <kernel/walkSupport.h>
    21 #include <kernel/walkProc.h>
     19#include <kernel/groebner_walk/walkMain.h>
     20#include <kernel/groebner_walk/walkSupport.h>
     21#include <kernel/groebner_walk/walkProc.h>
    2222#include <polys/prCopy.h>
    2323
  • kernel/groebner_walk/walkProc.h

    r4bcb8b rb88d52  
    11#ifndef WALKPROC_H
    22#define WALKPROC_H
    3 #include <kernel/walkMain.h>
     3#include <kernel/groebner_walk/walkMain.h>
    44ideal walkProc(leftv first, leftv second);
    55ideal fractalWalkProc(leftv first, leftv second);
  • kernel/groebner_walk/walkSupport.cc

    r4bcb8b rb88d52  
    99#include <kernel/ideals.h>
    1010#include <polys/monomials/ring.h>
    11 #include <kernel/walkSupport.h>
     11#include <kernel/groebner_walk/walkSupport.h>
    1212#include <polys/prCopy.h>
    1313#include <kernel/kstd1.h>
Note: See TracChangeset for help on using the changeset viewer.