Changeset 50831b in git


Ignore:
Timestamp:
Nov 9, 2011, 8:14:22 PM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
2cba98d996d3093dcc04573bc6024bb750518d4f
Parents:
b2929e71ee342c64f5189c222795ac906cb21ee9
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-11-09 20:14:22+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-11-09 20:23:16+01:00
Message:
FIX: bbcone.h/bbfan.h were moved from Singular to kernel in legacy Singular
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • Singular/Makefile.am

    rb2929e7 r50831b  
    103103   MinorProcessor.h \
    104104   attrib.h \
    105    bbcone.h \
    106105   bigintm.h \
    107106   blackbox.h \
  • Singular/bbfan.cc

    rb2929e7 r50831b  
    99#include <Singular/subexpr.h>
    1010#include <kernel/bbfan.h>
    11 #include <Singular/bbcone.h>
     11#include <kernel/bbcone.h>
    1212#include <ipshell.h>
    1313#include <misc/intvec.h>
  • Singular/test.cc

    rb2929e7 r50831b  
    190190// headers in Singular/
    191191#include "attrib.h"
    192 #include "bbcone.h"
    193192#include "bigintm.h"
    194193#include "blackbox.h"
  • Singular/tesths.cc

    rb2929e7 r50831b  
    4040#include "ssiLink.h"
    4141#include "bigintm.h"
    42 #include "bbcone.h"
    4342#include "mmalloc.h"
    4443#include "tok.h"
  • kernel/Makefile.am

    rb2929e7 r50831b  
    6767        fegetopt.h \
    6868        ratgring.h shiftgb.h nc.h \
    69         gfan.h preimage.h longrat.h timer.h kInline.h modulop.h fast_mult.h \
     69        gfan.h bbcone.h bbfan.h \
     70        preimage.h longrat.h timer.h kInline.h modulop.h fast_mult.h \
    7071        digitech.h tgb.h ringgb.h tgbgauss.h tgb_internal.h \
    7172        linearAlgebra.h page.h
Note: See TracChangeset for help on using the changeset viewer.