Changeset 1745e5 in git for kernel/walkSupport.h


Ignore:
Timestamp:
Aug 1, 2011, 4:07:53 PM (12 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
57592b355247b69310d60aa0448d638c327ad3e8
Parents:
283ef732868790f43d179f5c606f84691eaba355
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2011-08-01 16:07:53+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 13:01:18+01:00
Message:
int64.* ->misc, rCopy0AndAddA ->ring.h, fix walkSupport.cc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/walkSupport.h

    r283ef7 r1745e5  
    33
    44#include <misc/intvec.h>
    5 #include <kernel/int64vec.h>
     5#include <misc/int64vec.h>
    66
    77int tdeg(poly p);
     
    3030matrix matIdLift(ideal Gomega, ideal M);
    3131void rCopyAndChangeA(int64vec* w);
    32 ring rCopy0AndAddA(ring r, int64vec *wv64, BOOLEAN copy_qideal = TRUE,
    33                    BOOLEAN copy_ordering = TRUE);
    3432int64vec* rGetGlobalOrderMatrix(ring r);
    3533int64vec* rGetGlobalOrderWeightVec(ring r);
Note: See TracChangeset for help on using the changeset viewer.