Changeset 9e9ec3 in git for Singular/LIB/qhmoduli.lib


Ignore:
Timestamp:
Nov 28, 2006, 2:33:21 PM (17 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
f61186209aa16fe685b48c23c15836c6fcd2aa27
Parents:
b2c236a6179ecdae1034b600ce9d1490f7eca0f9
Message:
*hannes: fixed size of weight vector


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

Legend:

Unmodified
Added
Removed
  • Singular/LIB/qhmoduli.lib

    rb2c236 r9e9ec3  
    224224
    225225  if(size(variety) == 0) {    // use Hilbert function !
    226     for(i = 1; i <= ncols(Gaction); i ++) { wt[i] = 1;};
     226    //for(i = 1; i <= ncols(Gaction); i ++) { wt[i] = 1;};
     227    for(i = 1; i <= nvars(basering); i ++) { wt[i] = 1;};
    227228  }
    228229  def RQER = InvariantRing(Gf, Gaction, primaryDec);    // compute the nullcone of the linear action
Note: See TracChangeset for help on using the changeset viewer.