Changeset 9b58b4b in git for kernel


Ignore:
Timestamp:
Dec 8, 2011, 12:59:47 PM (12 years ago)
Author:
Christian Eder
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
679c53c40027c2d121a7ab65ec8fdaf3dcf5bd8d
Parents:
1f03abac6bde42c766ce63555d33ee5bf00aa447
Message:
fixes problem with indepSet: Trac #387
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/hdegree.cc

    r1f03aba r9b58b4b  
    221221  hvar = (varset)omAlloc(((currRing->N) + 1) * sizeof(int));
    222222  hpure = (scmon)omAlloc((1 + ((currRing->N) * (currRing->N))) * sizeof(int));
    223   hInd = (scmon)omAlloc((1 + (currRing->N)) * sizeof(int));
     223  hInd = (scmon)omAlloc0((1 + (currRing->N)) * sizeof(int));
    224224  mc = hisModule;
    225225  if (mc==0)
Note: See TracChangeset for help on using the changeset viewer.