Changeset 9e9ec3 in git
- Timestamp:
- Nov 28, 2006, 2:33:21 PM (17 years ago)
- Branches:
- (u'spielwiese', '91fdef05f09f54b8d58d92a472e9c4a43aa4656f')
- Children:
- f61186209aa16fe685b48c23c15836c6fcd2aa27
- Parents:
- b2c236a6179ecdae1034b600ce9d1490f7eca0f9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/qhmoduli.lib
rb2c236 r9e9ec3 224 224 225 225 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;}; 227 228 } 228 229 def RQER = InvariantRing(Gf, Gaction, primaryDec); // compute the nullcone of the linear action
Note: See TracChangeset
for help on using the changeset viewer.