Changeset 01c0298 in git


Ignore:
Timestamp:
Jul 30, 2013, 7:31:18 PM (10 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
b60bfe549e97ab070e151414080fbef95a165146
Parents:
70cc24be4069e6e8582f4cd0ed1d5daefc6408c3
Message:
fix: removed kernel/longrat.h
Files:
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • Singular/tesths.cc

    r70cc24 r01c0298  
    3939#include "feOpt.h"
    4040#include "distrib.h"
    41 #include "bigintm.h"
    4241#include "mmalloc.h"
    4342#include "tok.h"
     
    141140
    142141  /* say hello */
    143   //for official version: not active
    144   //bigintm_setup();
    145142
    146143  if (TEST_V_QUIET)
  • dyn_modules/bigintm/bigintm.cc

    r70cc24 r01c0298  
    77#include <omalloc/omalloc.h>
    88#include <coeffs/coeffs.h>
    9 #include <kernel/longrat.h>
     9#include <coeffs/longrat.h>
    1010
    1111#include <kernel/febase.h>
  • kernel/Makefile.am

    r70cc24 r01c0298  
    7676        eigenval.h units.h \
    7777        ratgring.h shiftgb.h nc.h \
    78         preimage.h longrat.h timer.h kInline.h modulop.h fast_mult.h \
     78        preimage.h timer.h kInline.h modulop.h fast_mult.h \
    7979        digitech.h tgb.h ringgb.h tgbgauss.h tgb_internal.h \
    8080        linearAlgebra.h \
Note: See TracChangeset for help on using the changeset viewer.