Changeset 4676d5 in git for Singular/grammar.y


Ignore:
Timestamp:
Apr 17, 2014, 7:26:22 PM (10 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'c5facdfddea2addfd91babd8b9019161dea4b695')
Children:
72a01ef638e8b3a810e91a03cffe9f926b9511e4
Parents:
e40d91be0816b477c38ff86d9111686fe2e42fec
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-04-17 19:26:22+02:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-04-22 19:36:19+02:00
Message:
Moved timer.*, feread.cc and febase.* from /kernel/ to /Singular/ (also corrected the option(prot); handling)

NOTE: also removes line breakes and timings in the output due to option (prot), which were unaccounted and undocumented
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/grammar.y

    re40d91b r4676d5  
    2424#include <Singular/ipid.h>
    2525#include <misc/intvec.h>
    26 #include <kernel/febase.h>
     26#include <Singular/febase.h>
    2727#include <polys/matpol.h>
    2828#include <polys/monomials/ring.h>
     
    3636#include <kernel/polys.h>
    3737#include <kernel/GBEngine/stairc.h>
    38 #include <kernel/timer.h>
     38#include <Singular/timer.h>
    3939#include <Singular/cntrlc.h>
    4040#include <polys/monomials/maps.h>
Note: See TracChangeset for help on using the changeset viewer.