Changeset 283ef7 in git


Ignore:
Timestamp:
Aug 1, 2011, 2:46:28 PM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '2a584933abf2a2d3082034c7586d38bb6de1a30a')
Children:
1745e54cd4e59e4a1d1e016ef95357e2e1669a22
Parents:
f14e40111112dd5f76cb431e5b83a75637cb5724
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2011-08-01 14:46:28+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 13:01:17+01:00
Message:
fix walkSupport.h
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/walkSupport.h

    rf14e40 r283ef7  
    4545int64 gcd64(int64 a, int64 b);
    4646inline int64 abs64(int64 i) { return ABS(i); }
    47 static inline long  scalarProduct(intvec* a, intvec* b);
    48 static inline int64  scalarProduct64(int64vec* a, int64vec* b);
     47//static inline long  scalarProduct(intvec* a, intvec* b);
     48//static inline int64  scalarProduct64(int64vec* a, int64vec* b);
    4949ideal sortRedSB(ideal G);
    5050intvec* int64VecToIntVec(int64vec* source);
Note: See TracChangeset for help on using the changeset viewer.