Changeset 3f253b in git for kernel/combinatorics


Ignore:
Timestamp:
Feb 20, 2017, 6:33:27 PM (7 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'c5facdfddea2addfd91babd8b9019161dea4b695')
Children:
2224177fc97923cba919ec6fe72b9521585e4b11
Parents:
493ca54e426636cbbbaa1d3dcde2f2da1867d626
Message:
make check
Location:
kernel/combinatorics
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • kernel/combinatorics/Makefile.am

    r493ca54 r3f253b  
    1818check_PROGRAMS = $(TESTS)
    1919test_SOURCES = test.cc
    20 test_LDADD   = libcombinatorics.la ${builddir}/../libkernelCommon.la
     20test_LDADD   = libcombinatorics.la ${builddir}/../libkernelCommon.la  ${builddir}/../../Singular/libSingular.la
    2121
    2222CLEANFILES = $(TESTS)
  • kernel/combinatorics/test.cc

    r493ca54 r3f253b  
    100100
    101101  const int D = 3;
    102   int *order = (int *) omAlloc0(D* sizeof(int));
     102  rRingOrder_t *order = (rRingOrder_t *) omAlloc0(D* sizeof(rRingOrder_t));
    103103  int *block0 = (int *)omAlloc0(D * sizeof(int));
    104104  int *block1 = (int *)omAlloc0(D * sizeof(int));
Note: See TracChangeset for help on using the changeset viewer.