Changeset 1b9a1f in git


Ignore:
Timestamp:
Feb 12, 2020, 2:47:09 PM (4 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
Children:
13c3ae888181a978bfa0bc6dc40870a6e0e32b63
Parents:
695e99ba40d9a7b4b8d122867c98a893ed7443b9
Message:
fix: qhmoduli.lib: redefine
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/qhmoduli.lib

    r695e99 r1b9a1f  
    357357  }
    358358  list l5;
    359   for (int zz = 1; zz <= size(B); zz++)
     359  for (zz = 1; zz <= size(B); zz++)
    360360  {
    361361   l5[zz] = "t("+string(zz)+")";
     
    10371037
    10381038  @ringVars = "(" + varstr(basering) + ", " + parstr(1) + ",";  // precondition
     1039  int zz;
    10391040  if(nrs > 0)
    10401041  {
    10411042    list l8;
    1042     for (int zz = 1; zz <= nrs; zz++)
     1043    for (zz = 1; zz <= nrs; zz++)
    10431044    {
    10441045     l8[zz] = "s("+string(zz)+")";
     
    10471048  }
    10481049  list l9;
    1049   for (int zz = 1; zz <= nrt; zz++)
     1050  for (zz = 1; zz <= nrt; zz++)
    10501051  {
    10511052   l9[zz] = "t("+string(zz)+")";
Note: See TracChangeset for help on using the changeset viewer.