Changeset 9ea76a in git for Singular/LIB/qhmoduli.lib
- Timestamp:
- Apr 14, 2009, 1:51:43 PM (14 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
- Children:
- 2c3a5db391a25c28449b80c5f27e1dd77ed2c30f
- Parents:
- 635e4e877aa071bdb73967ac97deb8370b135487
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/qhmoduli.lib
r635e4e r9ea76a 1 1 /////////////////////////////////////////////////////////////////////////////// 2 version="$Id: qhmoduli.lib,v 1.1 5 2009-04-14 08:36:17 SingularExp $";2 version="$Id: qhmoduli.lib,v 1.16 2009-04-14 11:51:43 seelisch Exp $"; 3 3 category="Singularities"; 4 4 info=" … … 1165 1165 mma = Max(wt); 1166 1166 1167 <<<<<<< qhmoduli.lib 1168 for(i = mi; i <= ma; i = i + 1) { 1169 if(containedQ(wt, i)) { // find variables of weight i 1170 ======= 1167 1171 for(ii = mmi; ii <= mma; ii++) 1168 1172 { 1169 if( ContainedQ(wt, ii))1173 if(containedQ(wt, ii)) 1170 1174 { // find variables of weight ii 1175 >>>>>>> 1.15 1171 1176 k = 0; 1172 1177 index = 0; … … 1209 1214 } 1210 1215 } 1216 "type of i:", typeof(i); 1211 1217 combList[1] = linearSubs; 1212 1218 combList[2] = nonlinearSubs; … … 1363 1369 { 1364 1370 newP = temp + decP[j]; // new partition 1365 if(!ContainedQ(parts, newP, 1)) 1371 <<<<<<< qhmoduli.lib 1372 if(!containedQ(parts, newP, 1)) { 1373 ======= 1374 if(!containedQ(parts, newP, 1)) 1366 1375 { 1376 >>>>>>> 1.15 1367 1377 k = k + 1; 1368 1378 parts[k] = newP; … … 1441 1451 c = 1; 1442 1452 1453 <<<<<<< qhmoduli.lib 1454 for(int i = 1; i <= size(l1); i = i + 1) { 1455 b = containedQ(l2, l1[i]); 1456 if(b == 1) { 1457 ======= 1443 1458 for(int i = 1; i <= size(l1); i++) 1444 1459 { 1445 b = ContainedQ(l2, l1[i]);1460 b = containedQ(l2, l1[i]); 1446 1461 if(b == 1) 1447 1462 { 1463 >>>>>>> 1.15 1448 1464 l[c] = l1[i]; 1449 1465 c++;
Note: See TracChangeset
for help on using the changeset viewer.