Changeset b96d71 in git


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


git-svn-id: file:///usr/local/Singular/svn/trunk@9416 2c84dea3-7e68-4137-9b89-c4e89433aadc
Location:
kernel
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • kernel/hdegree.cc

    rfe25f03 rb96d71  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: hdegree.cc,v 1.6 2005-10-31 17:35:36 Singular Exp $ */
     4/* $Id: hdegree.cc,v 1.7 2006-09-20 16:47:14 Singular Exp $ */
    55/*
    66*  ABSTRACT -  dimension, multiplicity, HC, kbase
     
    700700    return;
    701701  }
    702   hWeight();
     702  //hWeight();
    703703  hwork = (scfmon)omAlloc(hNexist * sizeof(scmon));
    704704  hvar = (varset)omAlloc((pVariables + 1) * sizeof(int));
  • 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);
  • kernel/hutil.cc

    rfe25f03 rb96d71  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: hutil.cc,v 1.8 2005-06-09 08:30:02 Singular Exp $ */
     4/* $Id: hutil.cc,v 1.9 2006-09-20 16:47:15 Singular Exp $ */
    55/*
    66* ABSTRACT: Utilities for staircase operations
     
    109109}
    110110
     111#if 0
    111112void hWeight()
    112113{
     
    133134  }
    134135}
     136#endif
    135137
    136138void hDelete(scfmon ev, int ev_length)
  • kernel/hutil.h

    rfe25f03 rb96d71  
    3434
    3535scfmon hInit(ideal S, ideal Q, int * Nexist, ring tailRing = currRing);
    36 void hWeight();
    3736void hDelete(scfmon ev, int ev_length);
    3837void hComp(scfmon exist, int Nexist, int ak, scfmon stc, int * Nstc);
Note: See TracChangeset for help on using the changeset viewer.