Changeset b96d71 in git for kernel/hilb.cc
- Timestamp:
- Sep 20, 2006, 6:47:15 PM (17 years ago)
- Branches:
- (u'spielwiese', '91e5db82acc17434e4062bcfa44e6efa7d41fd30')
- Children:
- 6676a2b8e0c7ca9c1c8dc46f3bfc1c4f9c26c441
- Parents:
- fe25f03c99072f6b5d83cbb4102c0a185cfd14d3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/hilb.cc
rfe25f03 rb96d71 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: hilb.cc,v 1. 2 2005-04-26 08:58:13Singular Exp $ */4 /* $Id: hilb.cc,v 1.3 2006-09-20 16:47:14 Singular Exp $ */ 5 5 /* 6 6 * ABSTRACT - Hilbert series … … 223 223 } 224 224 225 #if 0 225 226 if (wdegree == NULL) 226 227 hWeight(); 227 228 else 228 229 hWDegree(wdegree); 230 #else 231 if (wdegree != NULL) hWDegree(wdegree); 232 #endif 229 233 230 234 p0 = (int *)omAllocBin(int_bin);
Note: See TracChangeset
for help on using the changeset viewer.