Changeset 334c21f in git for Singular/LIB/qhmoduli.lib
- Timestamp:
- Apr 14, 2009, 2:08:36 PM (14 years ago)
- Branches:
- (u'spielwiese', '8d54773d6c9e2f1d2593a28bc68b7eeab54ed529')
- Children:
- 797d4f19229a77bdf9613bc5ed8a5f46eaebabe4
- Parents:
- 3360fb21d69c352925dd6bc1692b4f0bd0c595c1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/qhmoduli.lib
r3360fb r334c21f 1 1 /////////////////////////////////////////////////////////////////////////////// 2 version="$Id: qhmoduli.lib,v 1.1 6 2009-04-14 11:51:43 seelischExp $";2 version="$Id: qhmoduli.lib,v 1.17 2009-04-14 12:08:36 Singular Exp $"; 3 3 category="Singularities"; 4 4 info=" … … 1165 1165 mma = Max(wt); 1166 1166 1167 <<<<<<< qhmoduli.lib1168 for(i = mi; i <= ma; i = i + 1) {1169 if(containedQ(wt, i)) { // find variables of weight i1170 =======1171 1167 for(ii = mmi; ii <= mma; ii++) 1172 1168 { 1173 1169 if(containedQ(wt, ii)) 1174 1170 { // find variables of weight ii 1175 >>>>>>> 1.151176 1171 k = 0; 1177 1172 index = 0; … … 1369 1364 { 1370 1365 newP = temp + decP[j]; // new partition 1371 <<<<<<< qhmoduli.lib1372 if(!containedQ(parts, newP, 1)) {1373 =======1374 1366 if(!containedQ(parts, newP, 1)) 1375 1367 { 1376 >>>>>>> 1.151377 1368 k = k + 1; 1378 1369 parts[k] = newP; … … 1451 1442 c = 1; 1452 1443 1453 <<<<<<< qhmoduli.lib1454 for(int i = 1; i <= size(l1); i = i + 1) {1455 b = containedQ(l2, l1[i]);1456 if(b == 1) {1457 =======1458 1444 for(int i = 1; i <= size(l1); i++) 1459 1445 { … … 1461 1447 if(b == 1) 1462 1448 { 1463 >>>>>>> 1.151464 1449 l[c] = l1[i]; 1465 1450 c++;
Note: See TracChangeset
for help on using the changeset viewer.