Changeset b96d71 in git for kernel/hilb.cc


Ignore:
Timestamp:
Sep 20, 2006, 6:47:15 PM (17 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '91e5db82acc17434e4062bcfa44e6efa7d41fd30')
Children:
6676a2b8e0c7ca9c1c8dc46f3bfc1c4f9c26c441
Parents:
fe25f03c99072f6b5d83cbb4102c0a185cfd14d3
Message:
*hannes: removed hWeight


git-svn-id: file:///usr/local/Singular/svn/trunk@9416 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/hilb.cc

    rfe25f03 rb96d71  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: hilb.cc,v 1.2 2005-04-26 08:58:13 Singular Exp $ */
     4/* $Id: hilb.cc,v 1.3 2006-09-20 16:47:14 Singular Exp $ */
    55/*
    66*  ABSTRACT -  Hilbert series
     
    223223  }
    224224
     225  #if 0
    225226  if (wdegree == NULL)
    226227    hWeight();
    227228  else
    228229    hWDegree(wdegree);
     230  #else
     231  if (wdegree != NULL) hWDegree(wdegree);
     232  #endif
    229233
    230234  p0 = (int *)omAllocBin(int_bin);
Note: See TracChangeset for help on using the changeset viewer.